diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84818ca07..4cbb065e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: # AWS creds - name: Configure AWS credentials from Test account - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: ${{ secrets.AWS_IAM_ROLE }} role-session-name: integration-testing @@ -302,7 +302,7 @@ jobs: # AWS creds - name: Configure AWS credentials from Test account - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: ${{ secrets.AWS_IAM_ROLE }} role-session-name: integration-testing diff --git a/.github/workflows/nightly_test.yml b/.github/workflows/nightly_test.yml index 8d28102fb..2ea556099 100644 --- a/.github/workflows/nightly_test.yml +++ b/.github/workflows/nightly_test.yml @@ -75,7 +75,7 @@ jobs: # AWS creds - name: Configure AWS credentials from Test account - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: ${{ secrets.AWS_IAM_ROLE }} role-session-name: integration-testing