Skip to content

Commit 6fb9442

Browse files
build(deps): bump google-github-actions/upload-cloud-storage from 2 to 3
Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afef0a6 commit 6fb9442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308

309309
- name: Upload release archives to Google Cloud
310310
id: upload-archives
311-
uses: google-github-actions/upload-cloud-storage@v2
311+
uses: google-github-actions/upload-cloud-storage@v3
312312
with:
313313
path: "releases"
314314
destination: "build.livepeer.live/${{ github.event.repository.name }}/${{ (github.ref_type == 'tag' && github.ref_name) || (github.event.pull_request.head.sha || github.sha) }}"
@@ -317,7 +317,7 @@ jobs:
317317

318318
- name: Upload branch manifest file
319319
id: upload-manifest
320-
uses: google-github-actions/upload-cloud-storage@v2
320+
uses: google-github-actions/upload-cloud-storage@v3
321321
with:
322322
path: ${{ steps.branch-manifest.outputs.manifest-file }}
323323
destination: "build.livepeer.live/${{ github.event.repository.name }}/"

0 commit comments

Comments
 (0)