diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09385d6abf..f200e60f71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,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 }} @@ -126,7 +126,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - run: .github/create-marker - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCS_CRIO_SA }} - uses: google-github-actions/upload-cloud-storage@v1 @@ -178,7 +178,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 }}