From dd7367e3bf732a3d28abcf0ab2a37d2ca039803b Mon Sep 17 00:00:00 2001 From: JingyaHuang Date: Tue, 17 Oct 2023 13:45:16 +0000 Subject: [PATCH] try again --- .github/workflows/test_onnxruntime_gpu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_onnxruntime_gpu.yml b/.github/workflows/test_onnxruntime_gpu.yml index 6d2bfd06beb..77693c778db 100644 --- a/.github/workflows/test_onnxruntime_gpu.yml +++ b/.github/workflows/test_onnxruntime_gpu.yml @@ -31,7 +31,7 @@ jobs: ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }} steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.OPTIMUM_OIDC_IAM_ROLE }} aws-region: ${{ env.AWS_REGION }} @@ -81,7 +81,7 @@ jobs: if: ${{ always() && !(needs.start-runner.result == 'skipped' && needs.do-the-job.result == 'skipped') }} # required to stop the runner even if the error happened in the previous jobs steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.OPTIMUM_OIDC_IAM_ROLE }} aws-region: ${{ env.AWS_REGION }}