Skip to content

Commit 7a83a93

Browse files
committed
Changed aws credentials action version
1 parent c359ad0 commit 7a83a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/upload-packages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
# For internal release we have an IAM role that we need to assume
7373
- name: Configure aws credentials for internal release
7474
if: ${{ inputs.release_type == 'internal' }}
75-
uses: aws-actions/configure-aws-credentials@v1.7.0
75+
uses: aws-actions/configure-aws-credentials@v4.3.1
7676
with:
7777
role-to-assume: ${{ inputs.APT_S3_IAM_ARN }}
7878
aws-region: us-east-1

0 commit comments

Comments
 (0)