fix(artifact): update @azure/storage-blob to ^12.29.1 to fix punycode deprecation

- Removed direct @azure/core-http dependency
- Updated @azure/storage-blob from ^12.15.0 to ^12.29.1
- Newer storage-blob uses @azure/core-rest-pipeline instead of deprecated @azure/core-http
- Fixes Node.js 24 deprecation warning for punycode module
This commit is contained in:
Salman Muin Kayser Chishti
2025-12-12 13:38:13 +00:00
parent 5a8462ec27
commit 9d2227dbb0
+1 -2
View File
@@ -43,8 +43,7 @@
"@actions/core": "^2.0.0",
"@actions/github": "^6.0.1",
"@actions/http-client": "^3.0.0",
"@azure/core-http": "^3.0.5",
"@azure/storage-blob": "^12.15.0",
"@azure/storage-blob": "^12.29.1",
"@octokit/core": "^5.2.1",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-retry": "^3.0.9",