From 6379907fc2b6314e79ecb0fc9fc5614cdf62531f Mon Sep 17 00:00:00 2001 From: danamansana Date: Mon, 30 Sep 2024 15:36:03 -0400 Subject: [PATCH] Change aws credentials config --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f978fc6..103a022 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -22,7 +22,7 @@ jobs: if: github.ref == 'refs/heads/qa' steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1-node16 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::946183545209:role/GithubActionsDeployerRole aws-region: us-east-1 @@ -43,7 +43,7 @@ jobs: if: github.ref == 'refs/heads/production' steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1-node16 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::946183545209:role/GithubActionsDeployerRole aws-region: us-east-1