Bump actions/download-artifact from 6 to 7 by dependabot[bot] · Pull Request #3847 · codespell-project/codespell (original) (raw)
Bumps actions/download-artifact from 6 to 7.
Release notes
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 @patrikpolyak in actions/download-artifact#440
- Download Artifact Node24 support by @salmanmkc in actions/download-artifact#415
- fix: update
@actions/artifactto fix Node.js 24 punycode deprecation by @salmanmkc in actions/download-artifact#451- prepare release v7.0.0 for Node.js 24 support by @salmanmkc in actions/download-artifact#452
New Contributors
- @patrikpolyak made their first contribution in actions/download-artifact#440
- @salmanmkc made their first contribution in actions/download-artifact#415
Full Changelog: actions/download-artifact@v6.0.0...v7.0.0
Commits
- 37930b1 Merge pull request #452 from actions/download-artifact-v7-release
- 72582b9 doc: update readme
- 0d2ec9d chore: release v7.0.0 for Node.js 24 support
- fd7ae8f Merge pull request #451 from actions/fix-storage-blob
- d484700 chore: restore minimatch.dep.yml license file
- 03a8080 chore: remove obsolete dependency license files
- 56fe6d9 chore: update
@actions/artifactlicense file to 5.0.1 - 8e3ebc4 chore: update package-lock.json with
@actions/artifact@5.0.1 - 1e3c4b4 fix: update
@actions/artifactto ^5.0.0 for Node.js 24 punycode fix - 458627d chore: use local
@actions/artifactpackage for Node.js 24 testing - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)