mirror of
https://github.com/actions/download-artifact.git
synced 2025-12-12 20:57:50 +01:00
chore: use local @actions/artifact package for Node.js 24 testing
This branch uses a local file reference to @actions/artifact which includes the updated @azure/storage-blob ^12.29.1 to fix the punycode deprecation warning on Node.js 24. This is a test branch - do not merge until @actions/artifact@5.0.1 is published.
This commit is contained in:
131312
dist/index.js
vendored
131312
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2062
package-lock.json
generated
2062
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/actions/download-artifact#readme",
|
||||
"dependencies": {
|
||||
"@actions/artifact": "^5.0.0",
|
||||
"@actions/artifact": "file:../packages/artifact",
|
||||
"@actions/core": "^2.0.0",
|
||||
"@actions/github": "^6.0.1",
|
||||
"minimatch": "^9.0.3"
|
||||
|
||||
Reference in New Issue
Block a user