CI: upgrade actions to latest (Node 24) + confirm Codecov upload#6
Merged
Merged
Conversation
…tion GitHub is deprecating Node 20 for actions. Bump to the current majors, all on the Node 24 runtime: - actions/checkout v4 -> v7 - actions/setup-python v5 -> v6 - actions/cache v4 -> v6 - codecov/codecov-action v5 -> v7 (composite; same files/token/fail_ci_if_error inputs, so the coverage upload is unchanged) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Fd4FtxJFV2fVSSoD7urqqn
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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.
What
Clears the Node 20 deprecation warnings by upgrading every action to its current major (all on the Node 24 runtime):
actions/checkoutactions/setup-pythonactions/cachecodecov/codecov-actioncodecov-actionv5→v7 is a composite action with identicalfiles/token/fail_ci_if_errorinputs, so the coverage upload is unchanged.Also confirms coverage
Now that
CODECOV_TOKENis set, this run's 3.12 job should upload successfully (the previous run failed with "Token required — not valid tokenless upload"). I'll verify the upload in the job log before merging, so the coverage badge populates.🤖 Generated with Claude Code
https://claude.ai/code/session_01Fd4FtxJFV2fVSSoD7urqqn
Generated by Claude Code