mirror of
https://github.com/actions/upload-artifact.git
synced 2025-12-13 05:31:15 +00:00
fix: update @actions/artifact to ^5.0.0 for Node.js 24 punycode fix
Updates @actions/artifact dependency to use the published npm version which includes @azure/storage-blob ^12.29.1 that fixes the punycode deprecation warning on Node.js 24.
This commit is contained in:
parent
184708f738
commit
b5b1a91840
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
"node": ">=24"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/artifact": "file:../packages/artifact",
|
||||
"@actions/artifact": "^5.0.0",
|
||||
"@actions/core": "^2.0.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@actions/glob": "^0.5.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue