Skip to content

deps(actions)(deps): bump dawidd6/action-download-artifact from 20 to 24 - #112

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dawidd6/action-download-artifact-24
Open

deps(actions)(deps): bump dawidd6/action-download-artifact from 20 to 24#112
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dawidd6/action-download-artifact-24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps dawidd6/action-download-artifact from 20 to 24.

Release notes

Sourced from dawidd6/action-download-artifact's releases.

v24

What's Changed

Full Changelog: dawidd6/action-download-artifact@v23...v24

v23

Info

This release is rather big. Not gonna lie to you, I've used LLMs to get there. I can't vouch for all the changes but CI confirms there should be no regressions. Please report any issues you encounter with this release. You can always revert to previous working one.

What's Changed

Full Changelog: dawidd6/action-download-artifact@v22...v23

v22

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v21...v22

v21

What's Changed

... (truncated)

Commits

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)

ticket-exempt: generated Dependabot dependency update; no dedicated engineering-capacity issue required.

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 20 to 24.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v20...v24)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '24'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@phylax-ci

Copy link
Copy Markdown

Reviewed head 125751241e1bd48f0220aed34c263f1e59f8e23a. No code-level blocker: .github/workflows/benchmark.yaml:315 and :379 only move dawidd6/action-download-artifact from v20 to v24; v24 retains every input these calls use, and the repository test plus both Socket checks pass. The remaining finding is that license/cla is pending for this generated dependency PR, so the required-check surface is not green.

Next step: re-run/configure CLA Assistant to exempt @dependabot[bot] on this PR and make the CLA check pass.

@phylax-ci phylax-ci added the ticket-exempt Generated dependency or equivalent non-capacity work; written PR reason required label Aug 31, 2026

@0xAlcibiades 0xAlcibiades left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment — a four-major jump (v20→v24) on a third-party action deserves one check before merge.

Two things:

  1. Consider pinning by SHA. This file already SHA-pins cargo-bins/cargo-binstall with a version comment, but dawidd6/action-download-artifact floats on a tag. Dependabot is just preserving the existing style, so this isn't a regression — but an artifact-download action with github_token access in a shared reusable workflow is exactly where tag-hijack risk concentrates. Moving these two uses: lines to dawidd6/action-download-artifact@<sha> # v24 (and letting dependabot maintain the pin) matches the repo's own discipline.
  2. Changelog check across four majors: both call sites only use github_token/workflow/branch inputs on the pages/baseline paths, and the test check passed — but neither of those steps runs on this PR's trigger, so the bump is effectively unexercised. Worth a one-minute skim of the v21–v24 release notes for input renames or default flips (if_no_artifact_found behavior has changed across majors of this action before) before merging.

Fine to merge once someone's done that skim; happy to be the rubber stamp after.

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

Labels

ticket-exempt Generated dependency or equivalent non-capacity work; written PR reason required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants