Skip to content

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

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

ci: upgrade GitHub Actions for Node.js 24 compatibility#62
thomasdhc merged 1 commit into
mainfrom
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:18
@github-actions
Copy link
Copy Markdown
Contributor

Thank you for your submission! We ask that you sign our
Developer Certificate of Origin
before we can accept your contribution.

You can sign the DCO by adding a comment below using this text:


I have read the DCO document and I hereby sign the DCO.


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the DCO Assistant Lite bot.

Copy link
Copy Markdown
Collaborator

@lipikaramaswamy lipikaramaswamy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems straightforward!

@thomasdhc thomasdhc merged commit 7061ef4 into main Mar 24, 2026
4 of 5 checks passed
@thomasdhc thomasdhc deleted the ko3n1g/upgrade-github-actions-node24 branch March 24, 2026 15:38
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