From 69b4371ebdcd51788d4ddabc934107adcf05869e Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Fri, 3 Sep 2021 21:57:06 -0400 Subject: [PATCH] solution: ci, upgrade gcp actions --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cebd4eb2..410f7ee8 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -51,7 +51,7 @@ jobs: with: arguments: check - name: Setup GCP - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@master with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_ARTIFACTS_KEY }}