Conversation
Clears the GitHub Actions Node 20 deprecation warning seen on the v0.4.2 publish run. download-artifact@v5 ran on Node 20; v8.0.1 runs on Node 24 (verified action.yml `using: node24`). The other actions are already Node 24 (checkout@v5, setup-python@v6, upload-artifact@v7.0.1); pypa/gh-action-pypi-publish is a container action and unaffected. SHA-pinned per the repo's convention. Exercised on the next release tag (publish.yml is tag-triggered). Co-Authored-By: Claude Opus 4.8 <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.
Clears the Node 20 deprecation warning from the v0.4.2 publish run.
actions/download-artifactwas pinned at v5 (Node 20); bumped to v8.0.1 (Node 24), SHA-pinned per the repo convention. Verifiedaction.ymldeclaresusing: node24, andupload-artifact@v7.0.1(the paired upload step) is also Node 24 with no cross-version pairing constraint.The other actions were already Node 24 (
checkout@v5,setup-python@v6,upload-artifact@v7.0.1);pypa/gh-action-pypi-publishis a container action and unaffected.Workflow-only — no package change, no version bump.
publish.ymlis tag-triggered, so this is exercised on the next release.🤖 Generated with Claude Code