Skip to content

Commit f5ed7b8

Browse files
authored
Merge pull request containerd#9705 from containerd/dependabot/github_actions/google-github-actions/upload-cloud-storage-2.1.0
build(deps): bump google-github-actions/upload-cloud-storage from 2.0.0 to 2.1.0
2 parents b85ad23 + 5365a10 commit f5ed7b8

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/upload-cloud-storage@v2.0.0
316+
uses: google-github-actions/upload-cloud-storage@v2.1.0
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/upload-cloud-storage@v2.0.0
324+
uses: google-github-actions/upload-cloud-storage@v2.1.0
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/upload-cloud-storage@v2.0.0
266+
uses: google-github-actions/upload-cloud-storage@v2.1.0
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/upload-cloud-storage@v2.0.0
274+
uses: google-github-actions/upload-cloud-storage@v2.1.0
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)