Upgrade aws-actions/configure-aws-credentials from v1.7.0 to v4#18216
Upgrade aws-actions/configure-aws-credentials from v1.7.0 to v4#18216kirklandsign merged 1 commit intomainfrom
Conversation
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.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18216
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit e917706 with merge base d0820e1 ( NEW FAILURE - The following job has failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflows to use the latest major version of aws-actions/configure-aws-credentials, aligning CI credential configuration with the supported Node runtime and output mechanisms.
Changes:
- Bump
aws-actions/configure-aws-credentialsfromv1.7.0tov4in the Apple frameworks upload workflow. - Bump
aws-actions/configure-aws-credentialsfromv1.7.0tov4in the Android release artifacts upload workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/apple.yml | Updates AWS credentials action used for uploading iOS frameworks. |
| .github/workflows/android-release-artifacts.yml | Updates AWS credentials action used for uploading Android AAR artifacts. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
This PR needs a
|
|
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this in D96839890. |
…rch#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.
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.
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.
Summary
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.
Test plan
CI