Skip to content

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

Merged
bxyu-nvidia merged 1 commit intomainfrom
ko3n1g/upgrade-github-actions-node24
Mar 25, 2026
Merged

ci: upgrade GitHub Actions for Node.js 24 compatibility#932
bxyu-nvidia 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>
@ko3n1g ko3n1g requested a review from a team as a code owner March 22, 2026 10:17
@thomasdhc thomasdhc enabled auto-merge (squash) March 24, 2026 15:38
@bxyu-nvidia bxyu-nvidia disabled auto-merge March 25, 2026 05:45
@bxyu-nvidia bxyu-nvidia merged commit 0a086f2 into main Mar 25, 2026
6 checks passed
@bxyu-nvidia bxyu-nvidia deleted the ko3n1g/upgrade-github-actions-node24 branch March 25, 2026 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants