Skip to content

Commit

Permalink
update use of google-github-actions/upload-cloud-storage to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
goulter committed Jun 13, 2024
1 parent f8768aa commit af990f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-idp-web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
path: web-tests
destination: ${{ secrets.IDENTITY_ARTIFACT_BUCKET }}
name: upload storyboards to identity-artifacts
uses: google-github-actions/upload-cloud-storage@v1
uses: google-github-actions/upload-cloud-storage@v2

- if: ${{ always() && steps.run-tests.outputs.upload-artifacts == 'true' }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-idp-web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- if: always() && steps.post-run.outputs.upload_storyboards == 'true'
name: Upload storyboards to identity-artifact
id: upload-storyboards
uses: google-github-actions/upload-cloud-storage@v0
uses: google-github-actions/upload-cloud-storage@v2
with:
path: 'web-tests'
destination: ${{ secrets.IDENTITY_ARTIFACT_BUCKET }}
Expand Down

0 comments on commit af990f6

Please sign in to comment.