Skip to content

Commit e76c3af

Browse files
committed
Specify run id when downloading artifact
Needed for cross-workflow artifact download.
1 parent 4bc1291 commit e76c3af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/device-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/download-artifact@v4
1616
with:
1717
name: app-test-artifact
18+
run_id: ${{github.event.workflow_run.id }}
1819

1920
- name: Decode Firebase Service Account JSON
2021
run: echo ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BASE_64 }} | base64 -d > service_account.json

0 commit comments

Comments
 (0)