diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf7b848fcf..52ed7f4773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: with: name: conmonrs path: ${{ github.sha }}/* - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags') with: credentials_json: ${{ secrets.GCS_CRIO_SA }} @@ -165,7 +165,7 @@ jobs: with: name: conmonrs path: ${{ github.sha }}/* - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags') with: credentials_json: ${{ secrets.GCS_CRIO_SA }}