Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2023
1 parent 9e921b9 commit 48cd0cf
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push-cliain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5

- name: Download cliain from GH artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: cliain
path: bin/cliain/target/release/cliain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5

- name: Download test aleph-node artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: aleph-test-node
path: target/release/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-synthetic-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Download release artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: aleph-production-node
path: target/release/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_check-runtime-determimism.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
targets: wasm32-unknown-unknown

- name: Download production runtime from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: aleph-production-runtime

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_push-node-image-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5

- name: Download ${{ inputs.node-binary }} binary from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.node-binary }}
path: target/release/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-e2e-logic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v4

- name: Download release artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: aleph-test-node
path: target/release/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-fe-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
testcases: ${{ steps.get-testcases.outputs.testcases }}
steps:
- name: Download aleph-e2e-client artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: aleph-e2e-client

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
wait-for-finalized-heads: "true"

- name: Download aleph-e2e-client artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: aleph-e2e-client

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-normal-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
uses: actions/checkout@v4

- name: Download release artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: aleph-production-node
path: target/release/
Expand All @@ -256,7 +256,7 @@ jobs:
uses: actions/checkout@v4

- name: Download release artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: aleph-production-node
path: target/release/
Expand Down

0 comments on commit 48cd0cf

Please sign in to comment.