Skip to content

Commit 45f1595

Browse files
committed
Bump codecov-action to v5 (Node.js 24 support)
codecov/codecov-action@v4 runs on the deprecated Node.js 20 runtime. v5 runs on Node.js 24 and keeps the same inputs (token, files, fail_ci_if_error).
1 parent 5e7b3ac commit 45f1595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
pytest -ra test_community/ --cov botorch_community/ --cov-report term-missing --cov-report xml:botorch_community_cov.xml
5252
- name: Upload coverage
5353
if: ${{ inputs.upload_coverage && runner.os == 'Linux' && matrix.python-version == 3.11 }}
54-
uses: codecov/codecov-action@v4
54+
uses: codecov/codecov-action@v5
5555
with:
5656
fail_ci_if_error: true
5757
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)