From 9d2227dbb0a666befe4f286bc94305d584b5cf2c Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Fri, 12 Dec 2025 13:38:13 +0000 Subject: [PATCH] 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 --- packages/artifact/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/artifact/package.json b/packages/artifact/package.json index 8406d847..605fd206 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -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",