Skip to content

build(deps): bump dawidd6/action-download-artifact from 18 to 19#790

Merged
ErikBjare merged 1 commit intomasterfrom
dependabot/github_actions/dawidd6/action-download-artifact-19
Mar 23, 2026
Merged

build(deps): bump dawidd6/action-download-artifact from 18 to 19#790
ErikBjare merged 1 commit intomasterfrom
dependabot/github_actions/dawidd6/action-download-artifact-19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps dawidd6/action-download-artifact from 18 to 19.

Release notes

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

v19

What's Changed

Full Changelog: dawidd6/action-download-artifact@v18...v19

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)

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 18 to 19.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v18...v19)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '19'
  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 Mar 23, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 23, 2026

Greptile Summary

This PR bumps the dawidd6/action-download-artifact GitHub Action from v18 to v19 in the CI workflow. The only downstream change in v19 is a security-motivated upgrade of the fast-xml-parser dependency (5.4.1 → 5.5.6) and a general node_modules refresh — there are no API or behavioral changes that affect how the action is used in this workflow.

  • Single-line change on line 108 of .github/workflows/nodejs.yml: v18v19
  • The action is still referenced by a mutable version tag (v19) rather than a pinned commit SHA; this is the existing convention throughout the file and is not introduced by this PR
  • No functional workflow logic is altered

Confidence Score: 5/5

  • This PR is safe to merge — it is a routine, minimal Dependabot version bump with no behavioral changes.
  • The change is a single-line version tag update generated by Dependabot. v19 contains only a security patch for a transitive dependency and a node_modules refresh, with no API changes. There is no risk to the workflow's logic or outputs.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/nodejs.yml Bumps dawidd6/action-download-artifact from v18 to v19 on line 108; v19 includes a fast-xml-parser security patch and a node_modules update — no behavioral changes to the workflow.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Actions
    participant DL as dawidd6/action-download-artifact@v19
    participant AWSR as ActivityWatch/aw-server-rust

    Note over GH: test job (aw-server-rust, master)
    GH->>DL: Download artifact request
    DL->>AWSR: Query workflow runs (build.yml, branch=master, event=push)
    AWSR-->>DL: Return artifact list (binaries-Linux)
    DL-->>GH: Extract artifact to ./aw-server-rust
    Note over GH: Continues with install & run steps
Loading

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

@ErikBjare ErikBjare merged commit 2d3ce67 into master Mar 23, 2026
8 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/dawidd6/action-download-artifact-19 branch March 23, 2026 13:43
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.

1 participant