arroyo
arroyo copied to clipboard
all-repos: update actions/upload-artifact to v4
Committed via https://github.com/asottile/all-repos
@joshuarli any context for this change? I'm assuming v4 is backwards compatible?
@joshuarli any context for this change? I'm assuming v4 is backwards compatible?
v3 is getting deprecated in a few months. It depends - it won't work if there are multiple upload-artifact actions to the same artifact name, because craft expects a single artifact named github.sha for releases. Ref https://github.com/getsentry/craft/issues/552.
In this case, it's fine.