chore(deps): bump actions/download-artifact from 4.3.0 to 8.0.0#128
chore(deps): bump actions/download-artifact from 4.3.0 to 8.0.0#128dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
9fe3e55 to
7d20f1a
Compare
mento-val
left a comment
There was a problem hiding this comment.
Reviewed the v8.0.0 bump.
Legitimacy: Confirmed — official actions/download-artifact repo, GitHub-maintained.
Breaking changes from v4 → v8:
- v5/v6/v7: Node.js 24 runtime progression, minimum runner v2.327.1.
- v8: Digest verification now defaults to
error(previously just a warning). If a downloaded artifact hash does not match the server-side hash, the workflow fails. Newskip-decompressparameter; non-zipped files are now handled correctly viaContent-Typeinspection.
Impact on this repo: The stricter digest check is a security improvement. The publish_npm.yml downloads internal artifacts (the dist folder built in the same workflow run) — no reason to expect hash mismatches in normal operation. The name and path inputs are unchanged.
Worth knowing: if CI starts failing on the download step after merge, the digest-mismatch parameter can be set to warn as a temporary escape hatch while investigating.
Safe to merge.
|
A newer version of actions/download-artifact exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Dependabot couldn't find the original pull request head commit, 6cef61a.
6cef61a to
629dcd0
Compare
|
Superseded by #152. |
Bumps actions/download-artifact from 4.3.0 to 8.0.0.
Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they do96bf374One more test fixb8c4819Fix skip decompress testDependabot 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 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)