Skip to content

Commit 7004989

Browse files
authored
Upgrade aws-actions/configure-aws-credentials from v1.7.0 to v4 (pytorch#18216)
v1.7.0 uses Node.js 20 which is deprecated and will be forced to Node.js 24 starting June 2026. It also uses the deprecated set-output command. v4 supports Node.js 24 and uses Environment Files.
1 parent 6a2b7e6 commit 7004989

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
contents: read
166166
steps:
167167
- name: configure aws credentials
168-
uses: aws-actions/configure-aws-credentials@v1.7.0
168+
uses: aws-actions/configure-aws-credentials@v4
169169
with:
170170
role-to-assume: arn:aws:iam::308535385114:role/gha_executorch_upload-frameworks-android
171171
aws-region: us-east-1

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
python-version: '3.11'
240240
cache: pip
241241
- name: configure aws credentials
242-
uses: aws-actions/configure-aws-credentials@v1.7.0
242+
uses: aws-actions/configure-aws-credentials@v4
243243
with:
244244
role-to-assume: arn:aws:iam::308535385114:role/gha_executorch_upload-frameworks-ios
245245
aws-region: us-east-1

0 commit comments

Comments
 (0)