Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps dawidd6/action-download-artifact from 10 to 12.

Release notes

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

v12

What's Changed

Full Changelog: dawidd6/action-download-artifact@v11...v12

v11

Full Changelog: dawidd6/action-download-artifact@v10...v11

Commits
  • 0bd50d5 node_modules: update (#347)
  • c530ff8 Update commit and ref to use pull request SHA
  • a275236 Update dependencies in package.json
  • 74a19a2 Downgrade @​actions/core dependency version
  • d3cbd7e Change npm command from ci to install
  • 18697ba Update @​actions/artifact version in package.json
  • e369143 build(deps): bump peter-evans/create-pull-request from 7 to 8 (#344)
  • 7157953 Rename update workflow to npm-updates
  • c648dad node_modules: update (#343)
  • 7b0cd8f Change concurrency group from 'test' to 'upload'
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Important

Bump dawidd6/action-download-artifact from v10 to v12 in nodejs.yml for nightly build downloads.

  • Dependencies:
    • Bump dawidd6/action-download-artifact from v10 to v12 in .github/workflows/nodejs.yml for downloading aw-server-rust nightly builds.

This description was created by Ellipsis for 93c3978. You can customize this summary. It will automatically update as commits are pushed.

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 12.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v10...v12)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 29, 2025
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

Important

Looks good to me! 👍

Reviewed everything up to 93c3978 in 28 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .github/workflows/nodejs.yml:107
  • Draft comment:
    Bump action version from v10 to v12. Please verify that all passed inputs (e.g. 'repo', 'workflow', etc.) remain supported in v12. Also consider pinning to a specific commit SHA for increased build reproducibility.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None

Workflow ID: wflow_QHVh7XV6g9js0WL7

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@greptile-apps
Copy link

greptile-apps bot commented Dec 29, 2025

Greptile Summary

Updated GitHub Actions dependency dawidd6/action-download-artifact from v10 to v12 in the CI workflow. This is a routine Dependabot dependency update that brings improvements including:

  • Updated internal dependencies (@actions/artifact from 2.3.2 to 5.0.1, @actions/core from 1.11.1 to 2.0.1)
  • Bug fixes and improvements from v11 and v12 releases
  • No breaking changes affecting the current configuration

The action is used to download nightly builds of aw-server-rust for testing purposes. All existing parameters (repo, workflow, workflow_conclusion, branch, event, name, path, search_artifacts) remain compatible with v12.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a straightforward Dependabot-generated version bump of a GitHub Actions dependency. The action's API remains backward compatible, no configuration changes are required, and the change only affects a single step in the CI workflow that downloads nightly builds for testing. The v10 to v12 update includes internal dependency updates and bug fixes without breaking changes.
  • No files require special attention

Important Files Changed

Filename Overview
.github/workflows/nodejs.yml Updated dawidd6/action-download-artifact from v10 to v12 for downloading nightly builds of aw-server-rust. This is a straightforward dependency version bump with no configuration changes needed.

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant Workflow as nodejs.yml Workflow
    participant Action as dawidd6/action-download-artifact@v12
    participant Repo as ActivityWatch/aw-server-rust
    participant Test as Test Job

    GHA->>Workflow: Trigger on push/PR to master
    Workflow->>Test: Start test job (matrix: aw-server-rust, master)
    Test->>Action: Download nightly artifact
    Action->>Repo: Search for latest artifact (workflow: build.yml, branch: master)
    Repo-->>Action: Return binaries-Linux artifact
    Action->>Test: Extract to aw-server-rust/
    Test->>Test: chmod +x and run aw-server
    Test->>Test: Continue with tests
Loading

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