From a8b75f308b8b38a94f2ada5bd8e2d75248375a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:42:51 +0530 Subject: [PATCH] build(deps): bump google-github-actions/upload-cloud-storage from 0 to 1 (#223) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f118670a..8197a4f4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -168,7 +168,7 @@ 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/${{ matrix.project }}/${{ (github.ref_type == 'tag' && github.ref_name) || github.sha }}" @@ -176,7 +176,7 @@ jobs: - 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/${{ matrix.project }}/"