Skip to content

Commit 7f3426f

Browse files
committed
use legacy configure-aws-credentials action for glue docker
1 parent 69b612f commit 7f3426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
options: "--user root"
245245
steps:
246246
- name: Assume AWS role
247-
uses: aws-actions/configure-aws-credentials@v4
247+
uses: aws-actions/configure-aws-credentials@v2
248248
with:
249249
role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }}
250250
aws-region: "us-east-1"

0 commit comments

Comments
 (0)