Skip to content

Commit a2c42de

Browse files
authored
Update codecov action version
1 parent 966e903 commit a2c42de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run tests with pytest
2525
run: pytest --cov-report=xml --cov=dirichletcal dirichletcal
2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v4.0.1
27+
uses: codecov/codecov-action@v5
2828
with:
2929
fail_ci_if_error: true # optional (default = false)
3030
files: ./coverage.xml

0 commit comments

Comments
 (0)