You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: upgrade actions/upload-artifact to v4 in GitHub Actions variant (#574)
v3 has been deprecated as v4 moves to an immutable-based design which
has some performance benefits, among other things; that change doesn't
impact how we're using artifacts, but that's all the more reason to
upgrade.
See [the migration notes for more
information](https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md)
for more about what's changed.
0 commit comments