summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-20 07:37:25 -0500
committerGitHub <noreply@github.com>2023-12-20 07:37:25 -0500
commitd8d79284de077c82bc880c19deffbbba2518a9ad (patch)
tree1c411036651613aca7530c1a704c2ab21fc846a3
parent9caccd13c7ecb484fa9dd99acef2b4a63b7bbee3 (diff)
Bump google-github-actions/upload-cloud-storage from 1.0.3 to 2.0.0 (#16624)
Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 1.0.3 to 2.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/v1.0.3...v2.0.0) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3a750088fc..80d64ddb5d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -775,7 +775,7 @@ jobs:
uses: google-github-actions/setup-gcloud@v2.0.0
- name: Upload Artifacts
id: upload
- uses: google-github-actions/upload-cloud-storage@v1.0.3
+ uses: google-github-actions/upload-cloud-storage@v2.0.0
with:
destination: ${{ secrets.GCP_NIGHTLY_STORAGE_BUCKET }}
gzip: false