From e76c3af398018503b27af4bd17956321e8014f94 Mon Sep 17 00:00:00 2001 From: Paul Klauser Date: Mon, 3 Jun 2024 09:47:49 -0400 Subject: [PATCH] Specify run id when downloading artifact Needed for cross-workflow artifact download. --- .github/workflows/device-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/device-tests.yml b/.github/workflows/device-tests.yml index dd5851dc..bd8b789e 100644 --- a/.github/workflows/device-tests.yml +++ b/.github/workflows/device-tests.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/download-artifact@v4 with: name: app-test-artifact + run_id: ${{github.event.workflow_run.id }} - name: Decode Firebase Service Account JSON run: echo ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BASE_64 }} | base64 -d > service_account.json