Commit 6b2dcd2
committed
ci: bump actions to Node 24 runtimes
GitHub deprecated Node 20 actions — runners will force Node 24 from
June 2nd 2026 and remove Node 20 entirely on September 16th 2026.
Move every flagged action to its Node-24 release line:
- actions/checkout v4 -> v6
- Swatinem/rust-cache v2.8.2 -> v2.9.1
- actions/upload-artifact v4 -> v7
- actions/download-artifact v4 -> v7
dtolnay/rust-toolchain@v1 and softprops/action-gh-release@v2 were not
flagged and stay as-is.
Note: upload/download-artifact v5+ require Actions Runner 2.327.1 or
newer. GitHub-hosted runners already satisfy this; self-hosted ones
need to be up-to-date.1 parent 04d3fce commit 6b2dcd2
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments