From 23df570c149aa029b348b45a4ecd6b0af9acec83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:36:08 -0500 Subject: [PATCH] build(deps): bump google-github-actions/upload-cloud-storage from 1 to 2 (#148) Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 1 to 2. - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/upload-cloud-storage/compare/v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cicd.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 765ba1a9..659e02b2 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -145,12 +145,12 @@ jobs: with: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' - id: upload-linux-x86_64 - uses: google-github-actions/upload-cloud-storage@v1 + uses: google-github-actions/upload-cloud-storage@v2 with: path: ./bin/linux-x86_64/resonate destination: resonate-release/linux-x86_64 - id: upload-linux-aarch64 - uses: google-github-actions/upload-cloud-storage@v1 + uses: google-github-actions/upload-cloud-storage@v2 with: path: ./bin/linux-aarch64/resonate destination: resonate-release/linux-aarch64 @@ -178,12 +178,12 @@ jobs: with: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' - id: upload-darwin-x86_64 - uses: google-github-actions/upload-cloud-storage@v1 + uses: google-github-actions/upload-cloud-storage@v2 with: path: ./bin/darwin-x86_64/resonate destination: resonate-release/darwin-x86_64 - id: upload-darwin-aarch64 - uses: google-github-actions/upload-cloud-storage@v1 + uses: google-github-actions/upload-cloud-storage@v2 with: path: ./bin/darwin-aarch64/resonate destination: resonate-release/darwin-aarch64 \ No newline at end of file