1
0
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:
Salman Muin Kayser Chishti
2025-12-12 15:19:27 +00:00
parent 623bd53c6d
commit 458627d354
3 changed files with 80650 additions and 52726 deletions

131312
dist/index.js vendored

File diff suppressed because one or more lines are too long

2062
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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"