Update actions/download-artifact action to v7
Notable changes
- 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
- @patrikpolyak made their first contribution in #440
- @salmanmkc made their first contribution in #415
actions/download-artifact (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: actions/download-artifact@v6.0.0...v7.0.0
List of commits
8bde334 (Update actions/download-artifact action to v7, 2026-01-15)