Skip to content

Commit 2506e78

Browse files
authored
Merge pull request #2212 from actions/artifact-v5.0.1-release
docs(artifact): release @actions/artifact v5.0.1
2 parents 2e53bd8 + f8003d5 commit 2506e78

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/artifact/RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @actions/artifact Releases
22

3+
### 5.0.1
4+
5+
- Fix Node.js 24 punycode deprecation warning by updating `@azure/storage-blob` from `^12.15.0` to `^12.29.1` [#2211](https://github.com/actions/toolkit/pull/2211)
6+
- Removed direct `@azure/core-http` dependency (now uses `@azure/core-rest-pipeline` via storage-blob)
7+
38
### 5.0.0
49

510
- Dependency updates for Node.js 24 runtime support

packages/artifact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/artifact",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"preview": true,
55
"description": "Actions artifact lib",
66
"keywords": [

0 commit comments

Comments
 (0)