diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b637f62..0d76f46 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - name: Build Site run: npm run build - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: GitHub-Action-Role