ci(deps): bump actions/download-artifact from 5 to 8 - #3
Conversation
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Holding this one for now — not because anything is wrong with it, but because this repository cannot currently prove it is right. The other three Actions bumps have been merged (#2 The green checks here do not exercise the change
attach:
needs: build
if: startsWith(github.ref, 'refs/tags/v') # <- only on a tag
steps:
- uses: actions/download-artifact@v5
Confirmed on this PR's own CI run: zero Why that matters for v8 specificallyv8.0.0 changes decompression behaviour:
(v8.0.0 also makes digest mismatches an error by default, via the new The decompression change lands directly on the step that turns the artifact back into individual files for the release upload: - uses: actions/download-artifact@v5
with: { name: release-distributions, path: dist }
...
gh release upload "$GITHUB_REF_NAME" dist/* --clobberIf For the record, What would clear thisExercising the tag-gated path once, either by:
Planned to be re-reviewed alongside that release-pipeline validation, before the next tagged release. Leaving this open in the meantime — please keep rebasing or recreating it as usual, and no action is needed from Dependabot. |
Bumps actions/download-artifact from 5 to 8.
Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
3e5f45bAdd regression tests for CJK characters (#471)e6d03f6Add a regression test for artifact name + content-type mismatches (#472)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 doDependabot 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)