Skip to content

Commit 5365a10

Browse files
build(deps): bump google-github-actions/upload-cloud-storage
Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](google-github-actions/upload-cloud-storage@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f3a026 commit 5365a10

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)