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:39:45 +00:00
parent 184708f738
commit b5b1a91840

View File

@@ -32,7 +32,7 @@
"node": ">=24" "node": ">=24"
}, },
"dependencies": { "dependencies": {
"@actions/artifact": "file:../packages/artifact", "@actions/artifact": "^5.0.0",
"@actions/core": "^2.0.0", "@actions/core": "^2.0.0",
"@actions/github": "^6.0.0", "@actions/github": "^6.0.0",
"@actions/glob": "^0.5.0", "@actions/glob": "^0.5.0",