| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-12 | 948 Bytes | |
| v6.0.0 source code.tar.gz | 2025-12-12 | 2.0 MB | |
| v6.0.0 source code.zip | 2025-12-12 | 2.2 MB | |
| Totals: 3 Items | 4.2 MB | 0 | |
v6 - What's new
[!IMPORTANT] 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.
Node.js 24
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.
What's Changed
- Upload Artifact Node 24 support by @salmanmkc in https://github.com/actions/upload-artifact/pull/719
- fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in https://github.com/actions/upload-artifact/pull/744
- prepare release v6.0.0 for Node.js 24 support by @salmanmkc in https://github.com/actions/upload-artifact/pull/745
Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0