Skip to content

Commit 4a55c8d

Browse files
Chore(deps): Bump google-github-actions/upload-cloud-storage (#189)
Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 2.2.2 to 2.2.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](google-github-actions/upload-cloud-storage@7c6e11c...7c73f5d) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0db8b50 commit 4a55c8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ jobs:
703703

704704
- name: Upload GCS release artifact (tag)
705705
if: ${{ steps.gcs_artifacts_exist.outputs.gcs_artifacts_exist == 'false' }}
706-
uses: google-github-actions/upload-cloud-storage@7c6e11cb7291594c5dfe0bc1dd9cd905e31e600c # v2.2.2
706+
uses: google-github-actions/upload-cloud-storage@7c73f5d6eae167341002e9c946f7479a609c588e # v2.2.3
707707
with:
708708
path: /tmp/dist-artifacts
709709
glob: ${{ steps.paths.outputs.gcs_upload_glob }}
@@ -713,7 +713,7 @@ jobs:
713713

714714
- name: Upload GCS release artifact (latest)
715715
if: ${{ steps.gcs_artifacts_exist.outputs.gcs_artifacts_exist == 'false' }}
716-
uses: google-github-actions/upload-cloud-storage@7c6e11cb7291594c5dfe0bc1dd9cd905e31e600c # v2.2.2
716+
uses: google-github-actions/upload-cloud-storage@7c73f5d6eae167341002e9c946f7479a609c588e # v2.2.3
717717
with:
718718
path: /tmp/dist-artifacts-latest
719719
glob: ${{ steps.paths.outputs.gcs_upload_glob_latest }}
@@ -723,7 +723,7 @@ jobs:
723723

724724
- name: Upload GCS release artifacts (latest, any)
725725
if: ${{ matrix.platform == 'any' && steps.gcs_artifacts_exist.outputs.gcs_artifacts_exist == 'false' }}
726-
uses: google-github-actions/upload-cloud-storage@7c6e11cb7291594c5dfe0bc1dd9cd905e31e600c # v2.2.2
726+
uses: google-github-actions/upload-cloud-storage@7c73f5d6eae167341002e9c946f7479a609c588e # v2.2.3
727727
with:
728728
path: /tmp/dist-artifacts-latest/${{ fromJSON(needs.ci.outputs.plugin).id }}-latest.zip
729729
destination: "${{ steps.paths.outputs.gcs_artifacts_release_path_latest }}"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ jobs:
489489
- name: Upload GCS artifacts (latest)
490490
id: gcs-upload-latest
491491
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}}
492-
uses: google-github-actions/upload-cloud-storage@7c6e11cb7291594c5dfe0bc1dd9cd905e31e600c # v2.2.2
492+
uses: google-github-actions/upload-cloud-storage@7c73f5d6eae167341002e9c946f7479a609c588e # v2.2.3
493493
with:
494494
path: /tmp/dist-artifacts
495495
destination: ${{ env.gcs_artifacts_path_latest }}
@@ -498,7 +498,7 @@ jobs:
498498

499499
- name: Upload GCS artifacts (commit)
500500
id: gcs-upload-commit
501-
uses: google-github-actions/upload-cloud-storage@7c6e11cb7291594c5dfe0bc1dd9cd905e31e600c # v2.2.2
501+
uses: google-github-actions/upload-cloud-storage@7c73f5d6eae167341002e9c946f7479a609c588e # v2.2.3
502502
with:
503503
path: /tmp/dist-artifacts
504504
destination: ${{ env.gcs_artifacts_path_commit }}

0 commit comments

Comments
 (0)