diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18751fe0..468ac71d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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