Skip to content

Commit 0d2ec9d

Browse files
committed
chore: release v7.0.0 for Node.js 24 support
- Update to Node.js 24 runtime (runs.using: node24) - Bump version to 7.0.0 - Update README with v7 release notes - Rebuild dist
1 parent fd7ae8f commit 0d2ec9d

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Download [Actions Artifacts](https://docs.github.com/en/actions/using-workflows/
55
See also [upload-artifact](https://github.com/actions/upload-artifact).
66

77
- [`@actions/download-artifact`](#actionsdownload-artifact)
8+
- [v7 - What's new](#v7---whats-new)
89
- [v5 - What's new](#v5---whats-new)
910
- [v4 - What's new](#v4---whats-new)
1011
- [Improvements](#improvements)
@@ -22,6 +23,15 @@ See also [upload-artifact](https://github.com/actions/upload-artifact).
2223
- [Limitations](#limitations)
2324
- [Permission Loss](#permission-loss)
2425

26+
## v7 - What's new
27+
28+
> [!IMPORTANT]
29+
> actions/download-artifact@v7 now runs on Node.js 24 (`runs.using: node24`) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
30+
31+
### Node.js 24
32+
33+
This release updates the runtime to Node.js 24. v5 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
34+
2535
## v5 - What's new
2636

2737
Previously, **single artifact downloads** behaved differently depending on how you specified the artifact:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "download-artifact",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "Download an Actions Artifact from a workflow run",
55
"engines": {
66
"node": ">=24"

0 commit comments

Comments
 (0)