Skip to content

Bump actions/download-artifact from 7 to 8#321

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions/download-artifact-8
Open

Bump actions/download-artifact from 7 to 8#321
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions/download-artifact-8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps actions/download-artifact from 7 to 8.

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to false.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

Commits
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • 96bf374 One more test fix
  • b8c4819 Fix skip decompress test
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2026
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v7...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>
@dependabot dependabot bot added github_actions Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Mar 1, 2026
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Mar 1, 2026

Merging this PR will improve performance by ×18

⚡ 42 improved benchmarks
✅ 5 untouched benchmarks
⏩ 4 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation test_benchmark_feature_signature[128] 555.7 µs 407.9 µs +36.25%
Simulation test_benchmark_fit_known 266.8 ms 117 ms ×2.3
Simulation test_benchmark_fit_sklearn[1024] 5.3 s 4.3 s +22.44%
Simulation test_benchmark_score_samples[2-256-1] 276.1 µs 157.6 µs +75.15%
Simulation test_benchmark_feature_signature[2] 563.4 µs 421.5 µs +33.67%
Simulation test_benchmark_score_samples[2-256-1048576] 17.9 s 16 s +11.92%
Simulation test_benchmark_score_samples[4-256-1] 276.3 µs 157.5 µs +75.39%
Simulation test_benchmark_score_samples[2-64-1] 223.8 µs 112.7 µs +98.69%
Simulation test_benchmark_score_samples[2-256-32] 1,398.5 µs 770 µs +81.62%
Simulation test_benchmark_score_samples[4-64-1024] 7.5 ms 4.8 ms +56.84%
Simulation test_benchmark_score_samples[2-64-1024] 6 ms 4.8 ms +24.93%
Simulation test_benchmark_score_samples[2-64-32] 558.6 µs 295.3 µs +89.2%
Simulation test_benchmark_score_samples[4-128-32] 2,930.5 µs 455.8 µs ×6.4
Simulation test_benchmark_score_samples[4-64-32] 5,268.4 µs 296.1 µs ×18
Simulation test_benchmark_score_samples[4-64-1] 222 µs 112.6 µs +97.19%
Simulation test_benchmark_fit_sklearn[128] 668.1 ms 546 ms +22.35%
Simulation test_benchmark_score_samples[4-256-32] 3,379.9 µs 769.9 µs ×4.4
Simulation test_benchmark_score_sklearn[1024] 37 ms 30 ms +23.57%
Simulation test_benchmark_score[1024] 8.5 ms 7 ms +22.19%
Simulation test_benchmark_score[1048576] 8.4 s 6.9 s +21.52%
... ... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.


Comparing dependabot/github_actions/actions/download-artifact-8 (9a3dfc2) with master (c78dece)2

Open in CodSpeed

Footnotes

  1. 4 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on master (5d389c2) during the generation of this report, so c78dece was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants