Skip to content

Commit

Permalink
Bump versions of auth and upload-cloud-storage in subm verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
artmetla authored Oct 21, 2024
1 parent 38ca27a commit 490d264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kernelctf-submission-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,12 @@ jobs:
path: ./artifacts

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: '${{secrets.KERNELCTF_GCS_SA_KEY}}'

- name: Upload artifacts to GCS
uses: 'google-github-actions/upload-cloud-storage@v1'
uses: 'google-github-actions/upload-cloud-storage@v2'
with:
path: ./artifacts
destination: kernelctf-build/artifacts/${{ needs.structure_check.outputs.artifact_backup_dir }}_${{ github.run_id }}
Expand Down

0 comments on commit 490d264

Please sign in to comment.