Skip to content

Commit b7c566a

Browse files
authored
Merge pull request #745 from actions/upload-artifact-v6-release
prepare release v6.0.0 for Node.js 24 support
2 parents 017748b + e516bc8 commit b7c566a

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Upload [Actions Artifacts](https://docs.github.com/en/actions/using-workflows/st
1111
See also [download-artifact](https://github.com/actions/download-artifact).
1212

1313
- [`@actions/upload-artifact`](#actionsupload-artifact)
14+
- [v6 - What's new](#v6---whats-new)
1415
- [v4 - What's new](#v4---whats-new)
1516
- [Improvements](#improvements)
1617
- [Breaking Changes](#breaking-changes)
@@ -38,6 +39,15 @@ See also [download-artifact](https://github.com/actions/download-artifact).
3839
- [Where does the upload go?](#where-does-the-upload-go)
3940

4041

42+
## v6 - What's new
43+
44+
> [!IMPORTANT]
45+
> actions/upload-artifact@v6 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.
46+
47+
### Node.js 24
48+
49+
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
50+
4151
## v4 - What's new
4252

4353
> [!IMPORTANT]

package-lock.json

Lines changed: 3 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": "upload-artifact",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Upload an Actions Artifact in a workflow run",
55
"main": "dist/upload/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)