You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves the Node.js 20 deprecation warnings from the publish run by moving
every action to its current major:
- actions/checkout v4 -> v6
- actions/setup-python v5 -> v6
- actions/upload-artifact v4 -> v7
- actions/download-artifact v4 -> v8
- softprops/action-gh-release v1 -> v3
- astral-sh/setup-uv v4 -> v8
- codecov/codecov-action v4 -> v6 (file -> files input rename)
Applies the same bump to the github_ci.yml.j2 template so generated projects
ship Node 24 actions, and updates the PUBLISHING.md example snippet.
Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
0 commit comments