Skip to content

ci: upgrade GitHub Actions for Node.js 24 compatibility#639

Merged
thomasdhc merged 1 commit intomainfrom
ko3n1g/upgrade-github-actions-node24
Mar 24, 2026
Merged

ci: upgrade GitHub Actions for Node.js 24 compatibility#639
thomasdhc merged 1 commit intomainfrom
ko3n1g/upgrade-github-actions-node24

Conversation

@ko3n1g
Copy link
Copy Markdown
Contributor

@ko3n1g ko3n1g commented Mar 22, 2026

Summary

Upgrades all GitHub Actions to versions compatible with the Node.js 24 runtime, which GitHub is rolling out as the new runner default.

Action upgrades:

  • actions/checkout: any version → v6
  • actions/upload-artifact: any version → v6
  • actions/download-artifact: any version → v7
  • actions/github-script: any version → v8
  • actions/setup-python: any version → v6

Mirrors: NVIDIA/Megatron-LM@1d5e68b

Test plan

  • Verify CI pipelines pass after merge

🤖 Generated with Claude Code

Upgrades actions to versions compatible with the Node.js 24 runtime:
- actions/checkout: → v6
- actions/upload-artifact: → v6
- actions/download-artifact: → v7
- actions/github-script: → v8
- actions/setup-python: → v6

Mirrors: NVIDIA/Megatron-LM@1d5e68b
Signed-off-by: oliver könig <okoenig@nvidia.com>
@thomasdhc thomasdhc merged commit 49b8aec into main Mar 24, 2026
32 checks passed
@thomasdhc thomasdhc deleted the ko3n1g/upgrade-github-actions-node24 branch March 24, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants