From 3659cb2ed5ce4026c92c872ab1f476fd031b3da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:02:42 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/upload-cloud-storage from 2 to 3 Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2808536..c155d44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: with: credentials_json: '${{ secrets.GAR_JSON_KEY }}' - name: Upload spin CLI binaries to GCS - uses: 'google-github-actions/upload-cloud-storage@v2' + uses: 'google-github-actions/upload-cloud-storage@v3' with: path: 'dist/' destination: 'spinnaker-artifacts/spin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d27c98..7c783ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: - name: Upload spin CLI binaries to GCS # Only run this on repositories in the 'spinnaker' org, not on forks. if: startsWith(github.repository, 'spinnaker/') - uses: 'google-github-actions/upload-cloud-storage@v2' + uses: 'google-github-actions/upload-cloud-storage@v3' with: path: 'dist/' destination: 'spinnaker-artifacts/spin' @@ -108,7 +108,7 @@ jobs: # Only run this on repositories in the 'spinnaker' org, not on forks. if: startsWith(github.repository, 'spinnaker/') # See: https://spinnaker.io/docs/setup/other_config/spin/ - uses: 'google-github-actions/upload-cloud-storage@v2' + uses: 'google-github-actions/upload-cloud-storage@v3' with: path: 'dist/latests' destination: 'spinnaker-artifacts/spin'