Commit 309007c
Update Github actions checkout and upload-artifact to v6 for Node 24 compatibility
Summary:
Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24, as Node 20 EOL is April 2026.
| Action | Old Version(s) | New Version |
|--------|---------------|-------------|
| `actions/checkout` | [`v4`](https://github.com/actions/checkout/releases/tag/v4) | [`v6`](https://github.com/actions/checkout/releases/tag/v6) |
| `actions/upload-artifact` | [`v4`](https://github.com/actions/upload-artifact/releases/tag/v4) | [`v6`](https://github.com/actions/upload-artifact/releases/tag/v6) |
[GitHub announced](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/) that Node 20 is being deprecated and runners will begin using Node 24 by default starting 2026-03-04.
**Node 20 EOL**: April 2026
**Node 24 becomes default on Github Actions**: 2026-03-04
Reviewed By: bigfootjon
Differential Revision: D89332222
fbshipit-source-id: b8793f6a7a2aaac6f93cd8419e9afa49c5489bee1 parent 06869b6 commit 309007c
File tree
2 files changed
+4
-4
lines changed- .github/workflows
- build/fbcode_builder
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1174 | 1174 | | |
1175 | 1175 | | |
1176 | 1176 | | |
1177 | | - | |
| 1177 | + | |
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
| |||
1365 | 1365 | | |
1366 | 1366 | | |
1367 | 1367 | | |
1368 | | - | |
| 1368 | + | |
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
| |||
0 commit comments