Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

v18

What's Changed

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

v17

What's Changed

Full Changelog: dawidd6/action-download-artifact@v16...v17

Commits
  • 1f8785f node_modules: update (#383)
  • 6f25e15 build(deps): bump undici from 6.23.0 to 6.24.0 (#382)
  • f8c75c6 build(deps): bump @​actions/artifact from 6.2.0 to 6.2.1 (#381)
  • 09b07ec Update Node.js version from 20 to 24
  • 980d668 node_modules: update (#379)
  • 5061fdb build(deps): bump fast-xml-parser from 5.3.6 to 5.4.1 (#378)
  • ea19757 build(deps): bump actions/upload-artifact from 6 to 7 (#377)
  • 3fe16e8 build(deps): bump @​actions/artifact from 6.1.0 to 6.2.0 (#376)
  • See full diff in compare view

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 16 to 18.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v16...v18)

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

greptile-apps bot commented Mar 16, 2026

Greptile Summary

Dependabot version bump of dawidd6/action-download-artifact from v16 to v18 in the CI workflow. This is a single-line change on line 108 of .github/workflows/nodejs.yml. The intermediate v17 release updated the action's Node.js runtime from 20 to 24, and v18 includes dependency updates (@actions/artifact 6.2.1, undici 6.24.0). No breaking changes or parameter modifications are involved — the action's interface remains the same. The action is only used in one place in the repository (to download nightly aw-server-rust artifacts during the test job).

Confidence Score: 5/5

  • This PR is safe to merge — it's a routine CI dependency version bump with no functional changes.
  • The change is a single-line version bump of a GitHub Actions dependency from v16 to v18, with no parameter or configuration changes. The action's interface is unchanged between versions, and the release notes confirm only internal dependency updates.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/nodejs.yml Single-line version bump of dawidd6/action-download-artifact from v16 to v18. No configuration or parameter changes needed.

Sequence Diagram

sequenceDiagram
    participant CI as GitHub Actions CI
    participant DAA as dawidd6/action-download-artifact@v18
    participant Repo as ActivityWatch/aw-server-rust

    CI->>DAA: Download nightly artifact (binaries-Linux)
    DAA->>Repo: Query workflow runs (build.yml, branch: master)
    Repo-->>DAA: Return matching artifact
    DAA-->>CI: Extract to aw-server-rust/
    CI->>CI: Run aw-server-rust for e2e tests
Loading

Last reviewed commit: ec70f46

@ErikBjare ErikBjare merged commit f5ff831 into master Mar 16, 2026
8 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/dawidd6/action-download-artifact-18 branch March 16, 2026 08:44
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