From 5fb1a2868e13047de1401a60b4500254bc91a024 Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Sat, 2 Apr 2022 16:34:07 -0400 Subject: [PATCH] problem: fails to build on CI --- .github/workflows/artifacts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 96f45eb5..671418af 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -28,7 +28,7 @@ jobs: java-version: 13 - name: Setup GCP - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_ARTIFACTS_KEY }}