From 98a6f03c22959ff1e02c38ab24439b779abaa46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 07:31:15 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/upload-cloud-storage Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 2.2.3 to 3.0.0. - [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/7c73f5d6eae167341002e9c946f7479a609c588e...6397bd7208e18d13ba2619ee21b9873edc94427a) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gcp-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gcp-action.yml b/.github/workflows/gcp-action.yml index 0ad2004..8a7dce6 100644 --- a/.github/workflows/gcp-action.yml +++ b/.github/workflows/gcp-action.yml @@ -34,14 +34,14 @@ jobs: - if: startsWith(matrix.bucket, 'digital-space') name: "📤 digital-space" id: "upload-digital-space" - uses: "google-github-actions/upload-cloud-storage@7c73f5d6eae167341002e9c946f7479a609c588e" # v2 + uses: "google-github-actions/upload-cloud-storage@6397bd7208e18d13ba2619ee21b9873edc94427a" # v2 with: path: "gcs/63ab8820-bc9f-43aa-9045-801ac5af4bb6" destination: "digital-space" - if: startsWith(matrix.bucket, 'gcp-space') name: "📤 gcp-space" id: "upload-gcp-space" - uses: "google-github-actions/upload-cloud-storage@7c73f5d6eae167341002e9c946f7479a609c588e" # v2 + uses: "google-github-actions/upload-cloud-storage@6397bd7208e18d13ba2619ee21b9873edc94427a" # v2 with: path: "gcs/2d8aa135-97c0-4ab1-8443-2eafcec4055e" destination: "gcp-space"