ci(release): bump artifact actions off the deprecated Node 20 runtime#69
Merged
Conversation
GitHub is forcing Node 20 actions to Node 24 on 2026-06-16 and removing the Node 20 runtime on 2026-09-16. In release.yml, upload-artifact@v5.0.0 and download-artifact@v6.0.0 both run on Node 20; bump them to the matching major v7 (upload v7.0.1, download v7.0.0), both Node 24 and same artifact backend so the build/publish handoff stays compatible. Pinned by full commit SHA. Everything else (checkout v6, setup-python v6, action-gh-release v3) is already Node 24. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub forces Node 20 actions to Node 24 on 2026-06-16 and removes the Node 20 runtime on 2026-09-16. Audited all pinned actions; the Node-20 ones here are
actions/upload-artifact@v5.0.0andactions/download-artifact@v6.0.0inrelease.yml.Bumped both to the matching major v7 (upload v7.0.1, download v7.0.0) — both Node 24 and the same artifact backend, so the build-job upload / publish-job download handoff stays compatible. Pinned by full commit SHA. Everything else (checkout v6, setup-python v6, action-gh-release v3) is already Node 24.
Note:
release.ymlonly runs on tags, so this PR's CI does not exercise it. The change is low-risk (matching majors, same backend); if you want belt-and-suspenders, avYY.MM.VV-rc.Ntag would run the whole release path as a pre-release first.🤖 Generated with Claude Code