Skip to content

Commit

Permalink
build(deps): bump google-github-actions/upload-cloud-storage from 1 t…
Browse files Browse the repository at this point in the history
…o 2 (#148)

Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 1 to 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](google-github-actions/upload-cloud-storage@v1...v2)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent 432ad9b commit 23df570
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ jobs:
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
- id: upload-linux-x86_64
uses: google-github-actions/upload-cloud-storage@v1
uses: google-github-actions/upload-cloud-storage@v2
with:
path: ./bin/linux-x86_64/resonate
destination: resonate-release/linux-x86_64
- id: upload-linux-aarch64
uses: google-github-actions/upload-cloud-storage@v1
uses: google-github-actions/upload-cloud-storage@v2
with:
path: ./bin/linux-aarch64/resonate
destination: resonate-release/linux-aarch64
Expand Down Expand Up @@ -178,12 +178,12 @@ jobs:
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
- id: upload-darwin-x86_64
uses: google-github-actions/upload-cloud-storage@v1
uses: google-github-actions/upload-cloud-storage@v2
with:
path: ./bin/darwin-x86_64/resonate
destination: resonate-release/darwin-x86_64
- id: upload-darwin-aarch64
uses: google-github-actions/upload-cloud-storage@v1
uses: google-github-actions/upload-cloud-storage@v2
with:
path: ./bin/darwin-aarch64/resonate
destination: resonate-release/darwin-aarch64

0 comments on commit 23df570

Please sign in to comment.