-
Notifications
You must be signed in to change notification settings - Fork 505
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
all-repos: update actions/upload-artifact to v4 #3381
Conversation
Looks like there's a 409 being thrown with the new |
edit: will need to take a closer look at how github release assets are done, have a feeling things might break if artifact names are renamed
Yup, a unique name is what's needed. I propose Also, it would be better to save on some unnecessary(?) work if upload-artifact were skipped if it's a PR branch. Let me know if you want me to do that. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #3381 +/- ##
=======================================
Coverage 79.71% 79.71%
=======================================
Files 132 132
Lines 14264 14264
Branches 3003 3003
=======================================
Hits 11370 11370
- Misses 2071 2072 +1
+ Partials 823 822 -1 |
@joshuarli Both suggestions sound good to me. I guess instead of renaming we could also do |
i don't think we generally want that, it deletes anything under the previous artifact name |
Superseded by #3545. |
Committed via https://github.com/asottile/all-repos