From 6773525e11822de7297b10f91dc5584b83e3f5e8 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Thu, 9 May 2024 17:43:58 -0400 Subject: [PATCH] [ci] Switched to setup-gcloud@v2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 273f10e..59e8dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: path: "${{ env.DOWNLOADS_DIR }}/${{ env.START_TIME }}" - name: Setup Google Cloud - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: service_account_key: ${{ secrets.GCS_DOWNLOADS_SERVICE_ACCOUNT_JSON }} project_id: ${{ secrets.GCS_PROJECT_ID }}