-
Notifications
You must be signed in to change notification settings - Fork 4
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 upload-artifact
and download-artifact
actions to v4
#78
Conversation
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.
This all appears to match the approach that I was expecting, following the discussion on the upstream ticket.
I don't have a good read on whether the timeouts will end up being an issue for us - but worst case, we just need to re-run some workflows (or roll this back if it gets pathological).
Changes
actions/upload-artifact@4.0.0
andactions/download-artifact@4.0.0
#77upload-artifact
anddownload-artifact
actions can be upgraded without other changes since they're already only dealing with unique artifactspython-package-create
workflow which is used by other repos to create an artifact containing the Python package created for repo.upload-artifact
anddownload-artifact
, artifacts created with v3 cannot be downloaded with v4....and vice versa.upload-artifact
anddownload-artifact
actions to v4 briefcase#1589upload-artifact
anddownload-artifact
actions to v4 toga#2318upload-artifact
anddownload-artifact
actions to v4 rubicon-objc#397upload-artifact
anddownload-artifact
actions to v4 travertino#124upload-artifact
anddownload-artifact
actions to v4 toga-chart#78PR Checklist: