Node.js 20 is deprecated on GitHub Actions runners. The following actions target Node.js 20 but are being forced to run on Node.js 24:
actions/checkout@v4
actions/setup-python@v5
actions/upload-artifact@v4
These should be updated to versions that natively target Node.js 24.
See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node.js 20 is deprecated on GitHub Actions runners. The following actions target Node.js 20 but are being forced to run on Node.js 24:
actions/checkout@v4actions/setup-python@v5actions/upload-artifact@v4These should be updated to versions that natively target Node.js 24.
See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/