Skip to content

Commit

Permalink
upgrade configure-aws-credentials to v4 (as v1 is broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
twrichards committed Apr 16, 2024
1 parent cb5ed8b commit 56428a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Setup AWS credentials to enable uploading to S3 for Riff-Raff.
# See https://github.com/aws-actions/configure-aws-credentials
- uses: aws-actions/configure-aws-credentials@v1-node16
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1
Expand Down

0 comments on commit 56428a9

Please sign in to comment.