Pin upload-cloud-storage action to 0.8.0 in Windows workflow.
Pin the version of the `google-github-actions/upload-cloud-storage` action library to `0.8.0` to avoid a regression which prevents test results being uploaded in the Windows periodic workflow. Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
This commit is contained in:
parent
030c1ac1ca
commit
7e70ad9fb5
4
.github/workflows/windows-periodic.yml
vendored
4
.github/workflows/windows-periodic.yml
vendored
@ -235,7 +235,7 @@ jobs:
|
|||||||
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
|
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
|
||||||
|
|
||||||
- name: UploadJobReport
|
- name: UploadJobReport
|
||||||
uses: google-github-actions/upload-cloud-storage@v0
|
uses: google-github-actions/upload-cloud-storage@v0.8.0
|
||||||
if: steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
|
if: steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/latest-build.txt
|
path: ${{ github.workspace }}/latest-build.txt
|
||||||
@ -243,7 +243,7 @@ jobs:
|
|||||||
parent: false
|
parent: false
|
||||||
|
|
||||||
- name: UploadLogsDir
|
- name: UploadLogsDir
|
||||||
uses: google-github-actions/upload-cloud-storage@v0
|
uses: google-github-actions/upload-cloud-storage@v0.8.0
|
||||||
if: steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
|
if: steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
|
||||||
with:
|
with:
|
||||||
path: ${{ env.LOGS_DIR }}
|
path: ${{ env.LOGS_DIR }}
|
||||||
|
Loading…
Reference in New Issue
Block a user