Skip to content

Commit

Permalink
Update download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Jun 19, 2024
1 parent 13addd2 commit 940fff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable_ragger_tests_latest_speculos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
context: .
outputs: type=docker,dest=/tmp/speculos_image.tar
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: speculos_image
path: /tmp/speculos_image.tar
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: speculos_image
path: /tmp
Expand All @@ -102,7 +102,7 @@ jobs:
docker image ls -a
- name: Download app binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "compiled_app_binaries"
path: ${{ github.workspace }}/app/build
Expand Down

0 comments on commit 940fff7

Please sign in to comment.