From 904703d36987be9a224781826ad10ab1fd3ba136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:10:38 +0000 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18f07e1..aaec047 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,14 +50,14 @@ jobs: credentials_json: ${{ secrets.CLOUDBUILD_COMMON_GCP_KEY }} - name: Upload latest Python docs copy to Google Cloud Storage if: github.ref == 'refs/heads/main' - uses: google-github-actions/upload-cloud-storage@v2 + uses: google-github-actions/upload-cloud-storage@v3 with: path: python/mcpi/${{ env.DOC_STAGING_DIR }}/mcpi destination: resilient-reload-javadoc/JuicyRaspberryPie/latest process_gcloudignore: false - name: Upload versioned Python docs to Google Cloud Storage if: needs.build.outputs.release-version != '' - uses: google-github-actions/upload-cloud-storage@v2 + uses: google-github-actions/upload-cloud-storage@v3 with: path: python/mcpi/${{ env.DOC_STAGING_DIR }}/mcpi destination: resilient-reload-javadoc/JuicyRaspberryPie/${{ needs.build.outputs.release-version }}