diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index be7b01f1..b37afba9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -63,7 +63,7 @@ jobs: sudo ./aws/install --update - name: configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_ROLE }} role-session-name: gh-actions-publish