diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index deadd3aa..b8ce5b6a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -186,7 +186,7 @@ jobs: timeout-minutes: 1 uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f - name: Download release artifact - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: Binaries - name: Unzip artifacts diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index cd63ac83..337c077c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -568,7 +568,7 @@ jobs: workload_identity_provider: ${{ secrets.FIREBASE_TEST_LAB_WORKLOAD_IDENTITY_PROVIDER }} access_token_lifetime: '900s' - name: Download a single artifact - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: Binaries - name: Robo test