The GitHub Actions Node 20 → 24 migration (deadline was 2026-06-02) is complete across the org except two repos; this is one of them.
Straggler: .github/workflows/ci.yml pins Node-20-targeting actions: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Runners are force-upgrading them to Node 24 with deprecation warnings today, so CI still passes — but this hard-breaks once the Node 20 fallback is removed.
Fix: bump these to their Node-24 majors.
Filed by the daily ops sweep (operate.md), 2026-07-19. Sibling straggler: alphalend-workflows (shared action).
The GitHub Actions Node 20 → 24 migration (deadline was 2026-06-02) is complete across the org except two repos; this is one of them.
Straggler:
.github/workflows/ci.ymlpins Node-20-targeting actions:actions/checkout@v4,actions/setup-node@v4,actions/upload-artifact@v4. Runners are force-upgrading them to Node 24 with deprecation warnings today, so CI still passes — but this hard-breaks once the Node 20 fallback is removed.Fix: bump these to their Node-24 majors.
Filed by the daily ops sweep (operate.md), 2026-07-19. Sibling straggler:
alphalend-workflows(shared action).