We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34665e9 commit cb259a8Copy full SHA for cb259a8
.github/workflows/upload-and-deploy.yaml
@@ -183,7 +183,7 @@ jobs:
183
environment: develop
184
steps:
185
- name: Assume AWS role
186
- uses: aws-actions/configure-aws-credentials@v2
+ uses: aws-actions/configure-aws-credentials@v4
187
with:
188
role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }}
189
aws-region: "us-east-1"
@@ -243,7 +243,7 @@ jobs:
243
options: "--user root"
244
245
246
247
248
249
0 commit comments