@cryptotaxi247 / netdata-1 / commits / 00e321516

Bump google-github-actions/upload-cloud-storage from 0.2.1 to 0.4.0 (#11671)

Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 0.2.1 to 0.4.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.2.1...v0.4.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 Oct 18, 2021 at 07:57 UTC 00e321516624e43c07c41c5584e280bd9e9fb6de
1 file changed +1 -1
.github/workflows/release-build.yml
+1 -1
@@ -178,7 +178,7 @@ jobs:
178 service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}
179 export_default_credentials: true
180 - name: Upload Artifacts
181 - uses: google-github-actions/upload-cloud-storage@v0.2.1
181 + uses: google-github-actions/upload-cloud-storage@v0.4.0
182 with:
183 destination: ${{ secrets.GCP_NIGHTLY_STORAGE_BUCKET }}
184 gzip: false