diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e515ac..1af8f56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: with: python-version: "3.14" - - uses: aws-actions/configure-aws-credentials@v4 + - uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.INTEGRATION_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }}