diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f2d5ac5d6dd..4aa17114219 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -108,7 +108,7 @@ jobs: fi - name: Configure AWS credentials via OIDC - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.OIDC_ROLE_ARN }} aws-region: us-east-1