Sourced from actions/download-artifact's releases.
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
@patrikpolyakin actions/download-artifact#440- Download Artifact Node24 support by
@salmanmkcin actions/download-artifact#415- fix: update
@actions/artifactto fix Node.js 24 punycode deprecation by@salmanmkcin actions/download-artifact#451- prepare release v7.0.0 for Node.js 24 support by
@salmanmkcin actions/download-artifact#452New Contributors
@patrikpolyakmade their first contribution in actions/download-artifact#440@salmanmkcmade their first contribution in actions/download-artifact#415Full Changelog: https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0
37930b1
Merge pull request #452
from actions/download-artifact-v7-release72582b9
doc: update readme0d2ec9d
chore: release v7.0.0 for Node.js 24 supportfd7ae8f
Merge pull request #451
from actions/fix-storage-blobd484700
chore: restore minimatch.dep.yml license file03a8080
chore: remove obsolete dependency license files56fe6d9
chore: update @actions/artifact license file to 5.0.18e3ebc4
chore: update package-lock.json with @actions/artifact@5.0.11e3c4b4
fix: update @actions/artifact to ^5.0.0 for Node.js 24
punycode fix458627d
chore: use local @actions/artifact package for Node.js 24
testing