Commit 7a5692d
Bump codecov-action to v5 (Node.js 24 support) (#3315)
Summary:
`codecov/codecov-action@v4` runs on the deprecated Node.js 20 runtime, which triggers a CI warning:
> Node.js 20 actions are deprecated. ... Actions will be forced to run with Node.js 24 by default starting June 16th, 2026.
This bumps the action to `v5`, which runs on Node.js 24.
## Details
- Only change is `.github/workflows/reusable_test.yml`: `codecov/codecov-action@v4` → `v5`.
- The inputs used (`token`, `files`, `fail_ci_if_error`) remain valid in v5, so no other changes are required.
Pull Request resolved: #3315
Test Plan: - Coverage upload step runs on the next CI run (Linux, Python 3.11) and should no longer emit the Node.js 20 deprecation warning.
Reviewed By: dme65
Differential Revision: D107386990
Pulled By: saitcakmak
fbshipit-source-id: 634902bfb1396c62f4dd6c18c37287d180ce36111 parent 5e7b3ac commit 7a5692d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments