Skip to content

Commit a406da9

Browse files
authored
Merge pull request containerd#10584 from containerd/dependabot/github_actions/google-github-actions/upload-cloud-storage-2.1.2
build(deps): bump google-github-actions/upload-cloud-storage from 2.1.1 to 2.1.2
2 parents bd9aed6 + 1de84c2 commit a406da9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/windows-hyperv-periodic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,15 +313,15 @@ jobs:
313313
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
314314

315315
- name: UploadJobReport
316-
uses: google-github-actions/[email protected].1
316+
uses: google-github-actions/[email protected].2
317317
if: steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
318318
with:
319319
path: ${{ github.workspace }}/latest-build.txt
320320
destination: ${{ matrix.GOOGLE_BUCKET }}
321321
parent: false
322322

323323
- name: UploadLogsDir
324-
uses: google-github-actions/[email protected].1
324+
uses: google-github-actions/[email protected].2
325325
if: steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
326326
with:
327327
path: ${{ env.LOGS_DIR }}

.github/workflows/windows-periodic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,15 +263,15 @@ jobs:
263263
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
264264

265265
- name: UploadJobReport
266-
uses: google-github-actions/[email protected].1
266+
uses: google-github-actions/[email protected].2
267267
if: steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
268268
with:
269269
path: ${{ github.workspace }}/latest-build.txt
270270
destination: ${{ matrix.GOOGLE_BUCKET }}
271271
parent: false
272272

273273
- name: UploadLogsDir
274-
uses: google-github-actions/[email protected].1
274+
uses: google-github-actions/[email protected].2
275275
if: steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
276276
with:
277277
path: ${{ env.LOGS_DIR }}

0 commit comments

Comments
 (0)