Skip to content

Commit f2cb9c2

Browse files
authored
attempt to fix codecov again
1 parent 64d1f47 commit f2cb9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests_codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pytest --cov=mkdocs_enumerate_headings_plugin --cov-report=xml -vvv
4343
- name: Upload coverage to Codecov
4444
if: "contains(env.USING_COVERAGE, matrix.python-version)"
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v3
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
file: ./coverage.xml

0 commit comments

Comments
 (0)