Conversation
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 12 to 14. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v12...v14) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '14' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to ef3dbb9 in 8 seconds. Click for details.
- Reviewed
13lines of code in1files - Skipped
0files when reviewing. - Skipped posting
0draft 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.
Workflow ID: wflow_7Sm8L4s3z0C3mSo3
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Contributor
Greptile OverviewGreptile SummaryThis PR updates the Changes:
What's included in v13-v14:
The existing workflow configuration remains compatible with the new version. All parameters ( Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant GHA as GitHub Actions
participant Test as Test Job
participant DL as dawidd6/action-download-artifact@v14
participant Repo as ActivityWatch/aw-server-rust
participant Server as aw-server-rust binary
Note over Test: When aw-server=='aw-server-rust' && aw-version=='master'
Test->>DL: Download artifact
activate DL
DL->>Repo: Query workflow runs (build.yml)
Repo-->>DL: Return completed runs on master branch
DL->>Repo: Download binaries-Linux artifact
Repo-->>DL: Artifact contents
DL->>Test: Extract to ./aw-server-rust/
deactivate DL
Test->>Server: chmod +x & start server
activate Server
Note over Server: Running in testing mode
Test->>Server: Insert fake data via aw-client
Test->>Server: Run npm tests
Test->>Server: Run e2e tests
deactivate Server
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps dawidd6/action-download-artifact from 12 to 14.
Release notes
Sourced from dawidd6/action-download-artifact's releases.
Commits
5c98f0bnode_modules: update (#368)c06c97ebuild(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 (#367)883bc3dnode_modules: update (#366)d66e773Fix ES module imports for@actionspackages (#365)5ce83d2Convert from CommonJS to ESM (#362)a1502b7build(deps): bump@actions/githubfrom 8.0.0 to 9.0.0 (#357)598587bbuild(deps): bump@actions/corefrom 2.0.3 to 3.0.0 (#360)c5f87e9build(deps): bump@actions/artifactfrom 5.0.2 to 6.0.0 (#361)eb385fabuild(deps): bump@actions/corefrom 2.0.2 to 2.0.3 (#359)bfe6575node_modules: update (#356)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-artifactfrom version 12 to 14 innodejs.ymlfor downloadingaw-server-rustnightly builds.dawidd6/action-download-artifactfrom version 12 to 14 in.github/workflows/nodejs.yml.Download aw-server-rust nightlystep in thetestjob.This description was created by
for ef3dbb9. You can customize this summary. It will automatically update as commits are pushed.