Merge pull request #10550 from containerd/dependabot/github_actions/google-github-actions/upload-cloud-storage-2.1.1

build(deps): bump google-github-actions/upload-cloud-storage from 2.1.0 to 2.1.1
This commit is contained in:
Kazuyoshi Kato 2024-08-09 23:08:42 +00:00 committed by GitHub
commit 6b04c9dfac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -313,7 +313,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@v2.1.0 uses: google-github-actions/upload-cloud-storage@v2.1.1
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
@ -321,7 +321,7 @@ jobs:
parent: false parent: false
- name: UploadLogsDir - name: UploadLogsDir
uses: google-github-actions/upload-cloud-storage@v2.1.0 uses: google-github-actions/upload-cloud-storage@v2.1.1
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 }}

View File

@ -263,7 +263,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@v2.1.0 uses: google-github-actions/upload-cloud-storage@v2.1.1
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
@ -271,7 +271,7 @@ jobs:
parent: false parent: false
- name: UploadLogsDir - name: UploadLogsDir
uses: google-github-actions/upload-cloud-storage@v2.1.0 uses: google-github-actions/upload-cloud-storage@v2.1.1
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 }}