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 GitHub Actions off deprecated Node 20 across all workflows
Bump pinned actions to their current Node-24 majors so runs stop being
force-run on Node 24 and no longer print the Node 20 deprecation warning:
- actions/checkout v4 -> v7
- actions/upload-artifact v4 -> v7
- actions/github-script v7 -> v9
- actions/setup-node v4 -> v6
Applied across all 12 workflow files (the 11 in the issue plus
build-ollama-image.yml, which also pinned checkout@v4). Pure 1:1 version
swaps on the 'uses:' lines; no step logic changed. setup-python@v5 is
left as-is (not implicated in the Node 20 warning).
Closes#573
0 commit comments