File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -313,15 +313,15 @@ jobs:
313
313
workload_identity_provider : ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
314
314
315
315
- name : UploadJobReport
316
- uses : google-github-actions/upload-cloud-storage@v2.0 .0
316
+ uses : google-github-actions/upload-cloud-storage@v2.1 .0
317
317
if : steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
318
318
with :
319
319
path : ${{ github.workspace }}/latest-build.txt
320
320
destination : ${{ matrix.GOOGLE_BUCKET }}
321
321
parent : false
322
322
323
323
- name : UploadLogsDir
324
- uses : google-github-actions/upload-cloud-storage@v2.0 .0
324
+ uses : google-github-actions/upload-cloud-storage@v2.1 .0
325
325
if : steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
326
326
with :
327
327
path : ${{ env.LOGS_DIR }}
Original file line number Diff line number Diff line change @@ -263,15 +263,15 @@ jobs:
263
263
workload_identity_provider : ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
264
264
265
265
- name : UploadJobReport
266
- uses : google-github-actions/upload-cloud-storage@v2.0 .0
266
+ uses : google-github-actions/upload-cloud-storage@v2.1 .0
267
267
if : steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
268
268
with :
269
269
path : ${{ github.workspace }}/latest-build.txt
270
270
destination : ${{ matrix.GOOGLE_BUCKET }}
271
271
parent : false
272
272
273
273
- name : UploadLogsDir
274
- uses : google-github-actions/upload-cloud-storage@v2.0 .0
274
+ uses : google-github-actions/upload-cloud-storage@v2.1 .0
275
275
if : steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
276
276
with :
277
277
path : ${{ env.LOGS_DIR }}
You can’t perform that action at this time.
0 commit comments