From 3d256186d39b1d5caa1d9039f7cf414cc1f50029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:13:33 -0700 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 8 (#7742) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.
Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

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 true.

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: https://github.com/actions/download-artifact/compare/v7...v8.0.0

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

New Contributors

Full Changelog: https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0

v6.0.0

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/download-artifact&package-manager=github_actions&previous-version=4&new-version=8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 772f8a48..38936cd3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -105,7 +105,7 @@ jobs: version: 9.15.4 - name: Restore regenerated PR lockfile (if policy uploaded one) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: pr-lockfile @@ -152,7 +152,7 @@ jobs: version: 9.15.4 - name: Restore regenerated PR lockfile (if policy uploaded one) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: pr-lockfile @@ -205,7 +205,7 @@ jobs: version: 9.15.4 - name: Restore regenerated PR lockfile (if policy uploaded one) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: pr-lockfile @@ -255,7 +255,7 @@ jobs: version: 9.15.4 - name: Restore regenerated PR lockfile (if policy uploaded one) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: pr-lockfile @@ -289,7 +289,7 @@ jobs: version: 9.15.4 - name: Restore regenerated PR lockfile (if policy uploaded one) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: pr-lockfile @@ -343,7 +343,7 @@ jobs: version: 9.15.4 - name: Restore regenerated PR lockfile (if policy uploaded one) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: pr-lockfile