Bump google-github-actions/upload-cloud-storage from 0.4.0 to 0.5.0 (#11894)
Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 0.4.0 to 0.5.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/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 13, 2021 at 10:17 UTC
fbbfd45af3f81bdbfccfd2facbcf195a1002ee75
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -471,7 +471,7 @@ jobs:
471
service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}
472
export_default_credentials: true
473
- name: Upload Artifacts
474
- uses: google-github-actions/upload-cloud-storage@v0.4.0
474
+ uses: google-github-actions/upload-cloud-storage@v0.5.0
475
with:
476
destination: ${{ secrets.GCP_NIGHTLY_STORAGE_BUCKET }}
477
gzip: false