Commit ff70c60
Bump GitHub Actions to v5 (Node.js 24) in release workflow
Summary:
Upgrades `actions/checkout`, `actions/upload-artifact`, and
`actions/download-artifact` from v4 to v5 in the release workflow.
GitHub is deprecating Node.js 20 on their runners on the following timeline:
- 2026-06-02: Node.js 24 becomes the default; v4 actions are force-upgraded.
- 2026-09-16: Node.js 20 is fully removed from runners; v4 breaks hard
unless the action supports Node.js 24 natively.
The v5 majors of these three actions run on Node.js 24 natively, so bumping
now gets us ahead of the June 2 flip and avoids any surprise behaviour
changes mid-release.
Compatibility notes:
- `actions/checkout@v5` with `submodules: recursive` is drop-in compatible
with v4 for our usage.
- `actions/upload-artifact@v5` keeps the v4 API (name + path) we rely on.
- `actions/download-artifact@v5` keeps `pattern: cibw-*` + `merge-multiple:
true` behaviour unchanged. This exact pattern is in use across fbsource
(e.g., `third-party/pypi/pyvinecopulib/*/pypi.yml`) on v5 already.
Reviewed By: aperez
Differential Revision: D103490665
fbshipit-source-id: 6c0137a5aca0390e33d99a8ae979f6a11452eb8a1 parent e0a9c76 commit ff70c60
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments