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
[CHORE] Upgrade GitHub Actions to Node.js 24 compatible versions (#1883)
* [CHORE] Upgrade GitHub Actions to Node.js 24 compatible versions
Node.js 20 actions are deprecated and will be forced to Node.js 24
by June 2, 2026. Update all affected actions to their latest major
versions that support Node.js 24.
* [FIX] Use astral-sh/setup-uv@v7 since v8 major tag not yet available
* [FIX] Add --system flag to uv pip install for setup-uv v7 compatibility
* [FIX] Use uv tool install for tox instead of uv pip install
setup-uv v7 installs a uv-managed Python that isn't recognized as a
system Python. Use uv tool install which manages its own environment.
* [FIX] Pin sticky-pull-request-comment to SHA for supply-chain security
* [CHORE] Upgrade Docker and artifact actions to Node.js 24 versions
- docker/login-action v3 → v4
- docker/setup-qemu-action v3 → v4
- docker/setup-buildx-action v3 → v4
- docker/build-push-action v5 → v7
- docker/bake-action v5 → v7
- actions/upload-artifact v4 → v7
- actions/download-artifact v4 → v8
No deprecated features were in use; upgrades are drop-in compatible.
0 commit comments