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:
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 }}/"
You can’t perform that action at this time.
0 commit comments