1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-12 20:57:50 +01: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:
Salman Muin Kayser Chishti
2025-12-12 16:48:12 +00:00
parent 458627d354
commit 1e3c4b4d49
2 changed files with 50837 additions and 80875 deletions

131710
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -32,7 +32,7 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "file:../packages/artifact",
"@actions/artifact": "^5.0.0",
"@actions/core": "^2.0.0",
"@actions/github": "^6.0.1",
"minimatch": "^9.0.3"