@@ -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 }}"
0 commit comments