diff --git a/.github/workflows/gcs-upload.yaml b/.github/workflows/gcs-upload.yaml index 614e6fb..ea29030 100644 --- a/.github/workflows/gcs-upload.yaml +++ b/.github/workflows/gcs-upload.yaml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: authenticate to google cloud id: auth - uses: google-github-actions/auth@v2.0.1 + uses: google-github-actions/auth@v2.1.0 with: credentials_json: "${{ secrets.GCP_JSON_KEY }}" - id: "upload-file"