Skip to content

Commit

Permalink
use latest configure-aws-credentials action
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Dec 12, 2024
1 parent 34665e9 commit cb259a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
environment: develop
steps:
- name: Assume AWS role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }}
aws-region: "us-east-1"
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
options: "--user root"
steps:
- name: Assume AWS role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }}
aws-region: "us-east-1"
Expand Down

0 comments on commit cb259a8

Please sign in to comment.