Bump google-github-actions/auth from 1 to 2 (#16526)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 7, 2023 at 16:53 UTC
3ac76d8d1bb7130c5fb915ccd36378734eb066ef
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -781,7 +781,7 @@ jobs:
781
path: final-artifacts
782
- name: Authenticate to GCS
783
id: gcs-auth
784
- uses: google-github-actions/auth@v1
784
+ uses: google-github-actions/auth@v2
785
with:
786
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
787
credentials_json: ${{ secrets.GCS_STORAGE_SERVICE_KEY_JSON }}