Releases: actions/download-artifact
v7.0.0
v7 - What's new
Important
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.
Node.js 24
This release updates the runtime to Node.js 24. v6 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.
What's Changed
- Update GHES guidance to include reference to Node 20 version by @patrikpolyak in #440
- Download Artifact Node24 support by @salmanmkc in #415
- fix: update @actions/artifact to fix Node.js 24 punycode deprecation by @salmanmkc in #451
- prepare release v7.0.0 for Node.js 24 support by @salmanmkc in #452
New Contributors
- @patrikpolyak made their first contribution in #440
- @salmanmkc made their first contribution in #415
Full Changelog: v6.0.0...v7.0.0
v6.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 for download-artifact v5 changes by @yacaovsnc in #417
- Update README with artifact extraction details by @yacaovsnc in #424
- Readme: spell out the first use of GHES by @danwkennedy in #431
- Bump
@actions/artifacttov4.0.0 - Prepare
v6.0.0by @danwkennedy in #438
New Contributors
- @danwkennedy made their first contribution in #431
Full Changelog: v5...v6.0.0
v5.0.0
What's Changed
- Update README.md by @nebuk89 in #407
- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by @GrantBirki in #416
v5.0.0
π¨ Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifactβ extracted topath/(direct) - By ID:
artifact-ids: 12345β extracted topath/my-artifact/(nested)
Now both methods are consistent:
- By name:
name: my-artifactβ extracted topath/(unchanged) - By ID:
artifact-ids: 12345β extracted topath/(fixed - now direct)
Migration Guide
β No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround
β οΈ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4
with:
artifact-ids: 12345
path: dist
# Files were in: dist/my-artifact/Where
my-artifactis the name of the artifact you previously uploaded
To maintain old behavior (if needed):
- uses: actions/download-artifact@v5
with:
artifact-ids: 12345
path: dist/my-artifact # Explicitly specify the nested pathNew Contributors
Full Changelog: v4...v5.0.0
v4.3.0
What's Changed
- feat: implement new
artifact-idsinput by @GrantBirki in #401 - Fix workflow example for downloading by artifact ID by @joshmgross in #402
- Prep for v4.3.0 release by @robherley in #404
New Contributors
- @GrantBirki made their first contribution in #401
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Update README.md by @lkfortuna in #384
- Bump artifact version, do digest check by @GhadimiR in #383
New Contributors
- @lkfortuna made their first contribution in #384
- @GhadimiR made their first contribution in #383
Full Changelog: v4.1.9...v4.2.0
v4.1.9
What's Changed
- Add workflow file for publishing releases to immutable action package by @Jcambass in #354
- docs: small migration fix by @froblesmartin in #370
- Update MIGRATION.md by @andyfeller in #372
- Update artifact package to 2.2.2 by @yacaovsnc in #380
New Contributors
- @Jcambass made their first contribution in #354
- @froblesmartin made their first contribution in #370
- @andyfeller made their first contribution in #372
- @yacaovsnc made their first contribution in #380
Full Changelog: v4.1.8...v4.1.9
v4.1.8
What's Changed
- Update @actions/artifact version, bump dependencies by @robherley in #341
Full Changelog: v4.1.7...v4.1.8
v4.1.7
What's Changed
- Update @actions/artifact dependency by @bethanyj28 in #325
Full Changelog: v4.1.6...v4.1.7
v4.1.6
What's Changed
Full Changelog: v4.1.5...v4.1.6