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

Bump actions/download-artifact from 3 to 4 #1312

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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