diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ef35744aa..65305e4bd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -136,7 +136,7 @@ jobs: - name: Upload release archives to Google Cloud id: upload-archives - uses: google-github-actions/upload-cloud-storage@v1 + uses: google-github-actions/upload-cloud-storage@v2 with: path: "releases" destination: "build.livepeer.live/${{ github.event.repository.name }}/${{ (github.ref_type == 'tag' && github.ref_name) || github.event.pull_request.head.sha || github.sha }}" @@ -144,7 +144,7 @@ jobs: - name: Upload branch manifest file id: upload-manifest - uses: google-github-actions/upload-cloud-storage@v1 + uses: google-github-actions/upload-cloud-storage@v2 with: path: ${{ steps.branch-manifest.outputs.manifest-file }} destination: "build.livepeer.live/${{ github.event.repository.name }}/"