mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-12-14 00:28:14 +07: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
@ -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…
x
Reference in New Issue
Block a user