Releases: actions/upload-artifact
v6.0.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 #719
- fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in #744
- prepare release v6.0.0 for Node.js 24 support by @salmanmkc in #745
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by @GhadimiR in #681
- Update README.md by @nebuk89 in #712
- Readme: spell out the first use of GHES by @danwkennedy in #727
- Update GHES guidance to include reference to Node 20 version by @patrikpolyak in #725
- Bump
@actions/artifacttov4.0.0 - Prepare
v5.0.0by @danwkennedy in #734
New Contributors
- @GhadimiR made their first contribution in #681
- @nebuk89 made their first contribution in #712
- @danwkennedy made their first contribution in #727
- @patrikpolyak made their first contribution in #725
Full Changelog: v4...v5.0.0
v4.6.2
What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @salmanmkc in #685
New Contributors
- @salmanmkc made their first contribution in #685
Full Changelog: v4...v4.6.2
v4.6.1
What's Changed
- Update to use artifact 2.2.2 package by @yacaovsnc in #673
Full Changelog: v4...v4.6.1
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by @yacaovsnc in #662
Full Changelog: v4...v4.6.0
v4.5.0
What's Changed
- fix: deprecated
Node.jsversion in action by @hamirmahal in #578 - Add new
artifact-digestoutput by @bdehamer in #656
New Contributors
- @hamirmahal made their first contribution in #578
- @bdehamer made their first contribution in #656
Full Changelog: v4.4.3...v4.5.0
v4.4.3
What's Changed
- Undo indirect dependency updates from #627 by @joshmgross in #632
Full Changelog: v4.4.2...v4.4.3
v4.4.2
What's Changed
- Bump
@actions/artifactto 2.1.11 by @robherley in #627- Includes fix for relative symlinks not resolving properly
Full Changelog: v4.4.1...v4.4.2
v4.4.1
What's Changed
- Add a section about hidden files by @joshmgross in #607
- Add workflow file for publishing releases to immutable action package by @Jcambass in #621
- Update @actions/artifact to latest version, includes symlink and timeout fixes by @robherley in #625
New Contributors
Full Changelog: v4.4.0...v4.4.1
v3.2.1-node20
What's Changed
This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0-node20
- Ensure hidden files input is used by @joshmgross in #608
Full Changelog: v3.2.0-node20...v3.2.1-node20