docs(artifact): bump to v5.0.1 and add release notes

This commit is contained in:
Salman Muin Kayser Chishti
2025-12-12 13:40:07 +00:00
parent 9d2227dbb0
commit 7b29e67278
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# @actions/artifact Releases
### 5.0.1
- Fix Node.js 24 punycode deprecation warning by updating `@azure/storage-blob` from `^12.15.0` to `^12.29.1`
- Removed direct `@azure/core-http` dependency (now uses `@azure/core-rest-pipeline` via storage-blob)
### 5.0.0
- Dependency updates for Node.js 24 runtime support