Skip to content

Commit

Permalink
Bump google-github-actions/upload-cloud-storage from 0 to 1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 28, 2023
1 parent 7f1a7d8 commit 420b415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ jobs:

- name: Upload release archives to Google Cloud
id: upload-archives
uses: google-github-actions/upload-cloud-storage@v0
uses: google-github-actions/upload-cloud-storage@v1
with:
path: 'releases'
destination: "build.livepeer.live/${{ github.event.repository.name }}/${{ (github.ref_type == 'tag' && github.ref_name) || github.sha }}"
parent: false

- name: Upload branch manifest file
id: upload-manifest
uses: google-github-actions/upload-cloud-storage@v0
uses: google-github-actions/upload-cloud-storage@v1
with:
path: ${{ steps.branch-manifest.outputs.manifest-file }}
destination: 'build.livepeer.live/${{ github.event.repository.name }}/'
Expand Down

0 comments on commit 420b415

Please sign in to comment.