Commit 44087a3
authored
ci: upgrade GitHub Actions for Node.js 24 compatibility (#278)
## 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](https://claude.com/claude-code)
Signed-off-by: oliver könig <okoenig@nvidia.com>1 parent 05a6c2f commit 44087a3
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments