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
ci: bump actions to current majors and add CI badge to README
actions/checkout v5 → v6 and actions/upload-artifact v5 → v7. The
previous v5 bump left upload-artifact on a Node.js 20 release that
GitHub will force-migrate to Node.js 24 on 2026-06-02; the v7 line is
already on Node.js 24 and clears the deprecation annotation. checkout
v6 is the matching current major.
README gets a top-of-page CI badge that links to the workflow page
and turns red on the first failing run on main.
0 commit comments