From 30dad3707edd390fb149cb97992ec02ec13513f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:29:39 +0000 Subject: [PATCH] Bump google-github-actions/upload-cloud-storage from 2.2.1 to 2.2.2 Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 2.2.1 to 2.2.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/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3024122..fee5401 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,16 +97,16 @@ jobs: with: credentials_json: ${{ secrets.gcp_credentials_cheek }} - id: upload-files - uses: google-github-actions/upload-cloud-storage@v2.2.1 + uses: google-github-actions/upload-cloud-storage@v2.2.2 with: path: ${{ matrix.goos }}/${{ matrix.goarch }}/cheek-${{ steps.vars.outputs.sha_short }} destination: cheek-scheduler/${{ matrix.goos }}/${{ matrix.goarch }}/ - - uses: google-github-actions/upload-cloud-storage@v2.2.1 + - uses: google-github-actions/upload-cloud-storage@v2.2.2 if: github.ref == 'refs/heads/main' with: path: ${{ matrix.goos }}/${{ matrix.goarch }}/cheek-${{ needs.version_tag.outputs.new_tag }} destination: cheek-scheduler/${{ matrix.goos }}/${{ matrix.goarch }}/ - - uses: google-github-actions/upload-cloud-storage@v2.2.1 + - uses: google-github-actions/upload-cloud-storage@v2.2.2 if: github.ref == 'refs/heads/main' with: path: ${{ matrix.goos }}/${{ matrix.goarch }}/cheek