Skip to content

ci(action): update actions/download-artifact action to v8#788

Merged
descope[bot] merged 1 commit intomainfrom
renovate/major-8-github-artifact-actions
Mar 16, 2026
Merged

ci(action): update actions/download-artifact action to v8#788
descope[bot] merged 1 commit intomainfrom
renovate/major-8-github-artifact-actions

Conversation

@descope
Copy link
Copy Markdown
Contributor

@descope descope Bot commented Mar 16, 2026

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
actions/download-artifact action major v7.0.0v8.0.0 v8.0.1 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/download-artifact (actions/download-artifact)

v8.0.0

Compare Source

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: actions/download-artifact@v7...v8.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@descope descope Bot added the renovate label Mar 16, 2026
@descope descope Bot enabled auto-merge (squash) March 16, 2026 23:35
@github-actions
Copy link
Copy Markdown

Coverage report

The coverage rate went from 98.34% to 98.34% ➡️

None of the new lines are part of the tested code. Therefore, there is no coverage data about them.

@descope descope Bot merged commit 2e89c91 into main Mar 16, 2026
26 checks passed
@descope descope Bot deleted the renovate/major-8-github-artifact-actions branch March 16, 2026 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants