Skip to content

Commit

Permalink
Bump versions of auth and upload-cloud-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
artmetla authored Oct 21, 2024
1 parent c0b29d2 commit 38ca27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kernelctf-release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
path: ./kernelctf/releases/${{inputs.releaseId}}

- 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 release
uses: 'google-github-actions/upload-cloud-storage@v1'
uses: 'google-github-actions/upload-cloud-storage@v2'
with:
path: kernelctf/releases/${{inputs.releaseId}}
destination: kernelctf-build/releases
Expand Down

0 comments on commit 38ca27a

Please sign in to comment.