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:
131710
dist/index.js
vendored
131710
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user