Skip to content

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

Open
ko3n1g wants to merge 1 commit intomainfrom
ko3n1g/upgrade-github-actions-node24
Open

ci: upgrade GitHub Actions for Node.js 24 compatibility#475
ko3n1g wants to merge 1 commit intomainfrom
ko3n1g/upgrade-github-actions-node24

Conversation

@ko3n1g
Copy link
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>
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.

1 participant