chore(deps): bump actions/download-artifact from 4 to 8#7858
Merged
lalalune merged 5 commits intoMay 21, 2026
Conversation
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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>
46da673 to
8389030
Compare
Contributor
LifeOps Multi-Tier BenchmarkSuite:
|
Contributor
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Contributor
LifeOps Multi-Tier BenchmarkSuite:
|
Contributor
LifeOps Multi-Tier BenchmarkSuite:
|
Contributor
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Contributor
LifeOps Multi-Tier BenchmarkSuite:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/download-artifact from 4 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 doGreptile Summary
This PR is an automated Dependabot bump of
actions/download-artifactfrom v4 to v8 across 8 GitHub Actions workflow files (11 individual step references). The upgrade spans three major versions, bringing Node.js 24 runtime support (v7) and stricter hash-mismatch enforcement that now errors by default instead of warning (v8).download-artifactsteps run on GitHub-hosted runners (ubuntu-24.04,ubuntu-latest,windows-2025, ormacos-*), so the v7 self-hosted-runner requirement (Actions Runner ≥ 2.327.1) does not affect this repo.digest-mismatch: warntoday, so behavior is unchanged for well-formed artifact uploads.scenario-matrix.ymldoes use[self-hosted, eliza-e2e-macos]runners for build jobs, but thedownload-artifactstep lives in the separate aggregation job that runs onubuntu-24.04.Confidence Score: 5/5
Safe to merge — all affected jobs run on GitHub-hosted runners and the only behavioral change (hash-mismatch now errors) is a security hardening improvement.
All 11 download-artifact steps are in jobs that use GitHub-hosted runners, so the Node.js 24 runner-version prerequisite introduced in v7 is automatically satisfied. The v8 default of erroring on hash mismatches tightens security but does not change normal artifact flows. No workflow parameters need updating for compatibility.
No files require special attention.
Important Files Changed
Reviews (6): Last reviewed commit: "Merge branch 'develop' into dependabot/g..." | Re-trigger Greptile