Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Ancient123 committed Jan 15, 2024
1 parent 68195d2 commit ee52105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4
name: Checkout Repository

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: arm-executables
path: target/release/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ jobs:
with:
path: wallet-checkout

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wallet-webserver
path: wallet-checkout/target/release/

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wallet-cli
path: wallet-checkout/target/release/
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
with:
path: services-checkout

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: services-executables
path: services-checkout/target/release/
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- uses: actions/checkout@v4
name: Checkout Repository

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: geth-data-dir
path: scratch/geth-data-dir/
Expand Down

0 comments on commit ee52105

Please sign in to comment.