Skip to content

ci: bump actions off deprecated Node 20#9

Merged
Sahil170595 merged 1 commit into
mainfrom
chore/bump-actions
Jul 25, 2026
Merged

ci: bump actions off deprecated Node 20#9
Sahil170595 merged 1 commit into
mainfrom
chore/bump-actions

Conversation

@Sahil170595

Copy link
Copy Markdown
Owner

GitHub is retiring Node 20 on the runners (warned on the v0.6.1 CI run). Bumps the affected actions to their Node 24 majors:

action from to
actions/checkout v4 v5
actions/setup-python v5 v6
actions/upload-artifact v4 v5
actions/download-artifact v4 v5

pypa/gh-action-pypi-publish@release/v1 is a maintained moving tag, left as-is.

This PR's CI validates the checkout@v5 / setup-python@v6 bumps live (ci.yml). The publish.yml artifact bumps only run on a release, so they validate on the next publish.

…, artifact v5)

GitHub is retiring Node 20 on the runners; actions/checkout@v4 and
actions/setup-python@v5 (and upload/download-artifact@v4) target it. Bump to the
Node 24 majors: checkout@v5, setup-python@v6, upload-artifact@v5,
download-artifact@v5. pypa/gh-action-pypi-publish@release/v1 is a maintained
moving tag, left as-is.
@Sahil170595
Sahil170595 merged commit ebc15d6 into main Jul 25, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant