File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ jobs:
308
308
309
309
- name : Upload release archives to Google Cloud
310
310
id : upload-archives
311
- uses : google-github-actions/upload-cloud-storage@v2
311
+ uses : google-github-actions/upload-cloud-storage@v3
312
312
with :
313
313
path : " releases"
314
314
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:
317
317
318
318
- name : Upload branch manifest file
319
319
id : upload-manifest
320
- uses : google-github-actions/upload-cloud-storage@v2
320
+ uses : google-github-actions/upload-cloud-storage@v3
321
321
with :
322
322
path : ${{ steps.branch-manifest.outputs.manifest-file }}
323
323
destination : " build.livepeer.live/${{ github.event.repository.name }}/"
You can’t perform that action at this time.
0 commit comments