|
76 | 76 | with: |
77 | 77 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
78 | 78 | - name: Setup gcloud |
79 | | - uses: google-github-actions/setup-gcloud@v1 |
| 79 | + uses: google-github-actions/setup-gcloud@v2 |
80 | 80 | - name: Run gsutil cp |
81 | 81 | run: gsutil cp build/app/outputs/apk/release/*.apk "${GCS_PATH}/apk" |
82 | 82 |
|
@@ -134,7 +134,7 @@ jobs: |
134 | 134 | with: |
135 | 135 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
136 | 136 | - name: Setup gcloud |
137 | | - uses: google-github-actions/setup-gcloud@v1 |
| 137 | + uses: google-github-actions/setup-gcloud@v2 |
138 | 138 | - name: Run gsutil cp |
139 | 139 | run: | |
140 | 140 | set -e |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | with: |
211 | 211 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
212 | 212 | - name: Setup gcloud |
213 | | - uses: google-github-actions/setup-gcloud@v1 |
| 213 | + uses: google-github-actions/setup-gcloud@v2 |
214 | 214 | - name: Run gsutil cp |
215 | 215 | run: gsutil cp build/linux/x64/release/bundle.zip "${GCS_PATH}/linux/bundle.zip" |
216 | 216 |
|
@@ -271,7 +271,7 @@ jobs: |
271 | 271 | with: |
272 | 272 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
273 | 273 | - name: Setup gcloud |
274 | | - uses: google-github-actions/setup-gcloud@v1 |
| 274 | + uses: google-github-actions/setup-gcloud@v2 |
275 | 275 | - name: Run gsutil cp |
276 | 276 | run: gsutil cp build/app/outputs/macos/release/* "${GCS_PATH}/macos" |
277 | 277 |
|
@@ -335,7 +335,7 @@ jobs: |
335 | 335 | with: |
336 | 336 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
337 | 337 | - name: Setup gcloud |
338 | | - uses: google-github-actions/setup-gcloud@v1 |
| 338 | + uses: google-github-actions/setup-gcloud@v2 |
339 | 339 | - name: Run gsutil cp |
340 | 340 | run: | |
341 | 341 | set -e |
|
0 commit comments