-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade actions/download-artifact@v4 #7573
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7573
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New Failure, 2 PendingAs of commit e06fcab with merge base e1c0bcf (): NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -53,7 +53,7 @@ jobs: | |||
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} | |||
timeout: 90 | |||
secrets-env: BUILD_CERTIFICATE_BASE64 EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD | |||
upload-artifact: ios-apps | |||
upload-artifact: ios-demo-app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the upload artifact name here is needed to address actions/upload-artifact#480. In v4, we couldn't upload multiple artifacts with the same name anymore.
@pytorchbot cherry-pick --onto release/0.5 -c regression |
* Upgrade actions/download-artifact@v4 * Address actions/upload-artifact#480 (cherry picked from commit 478198b)
Cherry picking #7573The cherry pick PR is at #7860 and it is recommended to link a regression cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Upgrade actions/download-artifact@v4 (#7573) * Upgrade actions/download-artifact@v4 * Address actions/upload-artifact#480 (cherry picked from commit 478198b) Co-authored-by: Huy Do <huydhn@gmail.com>
* Upgrade actions/download-artifact@v4 * Address actions/upload-artifact#480
Due to https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/,
v3
will hard fail now pytorch/pytorch#144479