Skip to content

Commit 6a11e38

Browse files
authored
Fix Codecov (#143)
1 parent 69d9901 commit 6a11e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Upload Test Coverage
100100
if: ${{ success() && (github.event_name == 'pull_request' || vars.UPLOAD_COVERAGE == 'true') }}
101-
uses: codecov/codecov-action@v5
101+
uses: codecov/codecov-action@v7
102102
with:
103103
codecov_yml_path: .github/codecov.yaml
104104
fail_ci_if_error: true

0 commit comments

Comments
 (0)