Skip to content

build(deps): bump dawidd6/action-download-artifact from 20 to 21#810

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

build(deps): bump dawidd6/action-download-artifact from 20 to 21#810
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/dawidd6/action-download-artifact-21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v21

What's Changed

New Contributors

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

Commits
  • b6e2e70 node_modules: update (#405)
  • 1708cb3 Download artifacts in creation order (#398)
  • 00b585a build(deps): bump filesize from 11.0.16 to 11.0.17 (#404)
  • 0414c42 build(deps): bump @​actions/core from 3.0.0 to 3.0.1 (#401)
  • c802aad build(deps): bump @​actions/github from 9.1.0 to 9.1.1 (#400)
  • ef06691 build(deps): bump fast-xml-parser from 5.5.7 to 5.7.1 (#402)
  • 026702e build(deps): bump filesize from 11.0.15 to 11.0.16 (#399)
  • 09d0677 build(deps): bump @​actions/github from 9.0.0 to 9.1.0 (#396)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 4, 2026
@greptile-apps

greptile-apps Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Routine Dependabot bump of dawidd6/action-download-artifact from v20 to v21 in the Node.js CI workflow. The new version includes minor dependency updates (@actions/github, @actions/core, fast-xml-parser, filesize) and a behavioral improvement that downloads artifacts in creation order.

Confidence Score: 5/5

Safe to merge — single-line version bump with no logic changes.

The change is a one-line Dependabot-managed version bump of a well-known GitHub Actions action. The upstream changelog shows only dependency updates and a minor behavioral improvement (creation-order artifact downloads). No security concerns or breaking changes identified.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/nodejs.yml Bumps dawidd6/action-download-artifact from v20 to v21; single-line change, no logic affected.

Sequence Diagram

sequenceDiagram
    participant CI as GitHub Actions CI
    participant DL as dawidd6/action-download-artifact@v21
    participant GH as GitHub API (ActivityWatch/aw-server-rust)

    CI->>DL: Trigger (matrix: aw-server-rust, master)
    DL->>GH: Fetch workflow artifacts (creation order)
    GH-->>DL: Artifact list
    DL-->>CI: Download aw-server-rust nightly artifact
Loading

Reviews (1): Last reviewed commit: "build(deps): bump dawidd6/action-downloa..." | Re-trigger Greptile

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