File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ jobs:
717
717
run : echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
718
718
- name : Install Cloud SDK
719
719
if : ${{ !cancelled() }}
720
- uses : GoogleCloudPlatform/ github-actions/setup-gcloud@master
720
+ uses : google- github-actions/setup-gcloud@master
721
721
- name : Upload Desktop Artifacts to GCS
722
722
if : ${{ !cancelled() }}
723
723
run : |
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
run : echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
151
151
- name : Install Cloud SDK
152
152
if : ${{ !cancelled() }}
153
- uses : GoogleCloudPlatform/ github-actions/setup-gcloud@master
153
+ uses : google- github-actions/setup-gcloud@master
154
154
- name : Upload Desktop Artifacts to GCS
155
155
if : matrix.target_platform == 'Desktop' && !cancelled()
156
156
run : |
You can’t perform that action at this time.
0 commit comments