Skip to content

Commit cfbcfd5

Browse files
Merge pull request #495 from LedgerHQ/fbe/update_github_workflows
Update download-artifact to v4
2 parents 13addd2 + 940fff7 commit cfbcfd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_ragger_tests_latest_speculos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
context: .
5353
outputs: type=docker,dest=/tmp/speculos_image.tar
5454
- name: Upload artifact
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: speculos_image
5858
path: /tmp/speculos_image.tar
@@ -91,7 +91,7 @@ jobs:
9191
uses: docker/setup-buildx-action@v2
9292

9393
- name: Download artifact
94-
uses: actions/download-artifact@v3
94+
uses: actions/download-artifact@v4
9595
with:
9696
name: speculos_image
9797
path: /tmp
@@ -102,7 +102,7 @@ jobs:
102102
docker image ls -a
103103
104104
- name: Download app binaries
105-
uses: actions/download-artifact@v3
105+
uses: actions/download-artifact@v4
106106
with:
107107
name: "compiled_app_binaries"
108108
path: ${{ github.workspace }}/app/build

0 commit comments

Comments
 (0)