mirror of
https://github.com/actions/upload-artifact.git
synced 2026-04-20 04:08:04 +03:00
fix: update @actions/artifact with storage-blob fix for Node.js 24 punycode deprecation
This commit is contained in:
Vendored
+80559
-45863
File diff suppressed because one or more lines are too long
Vendored
+78696
-46073
File diff suppressed because one or more lines are too long
Generated
+59
-1511
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -32,7 +32,7 @@
|
|||||||
"node": ">=24"
|
"node": ">=24"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/artifact": "^5.0.0",
|
"@actions/artifact": "file:../packages/artifact",
|
||||||
"@actions/core": "^2.0.0",
|
"@actions/core": "^2.0.0",
|
||||||
"@actions/github": "^6.0.0",
|
"@actions/github": "^6.0.0",
|
||||||
"@actions/glob": "^0.5.0",
|
"@actions/glob": "^0.5.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user