Skip to content

Commit 15f4121

Browse files
fix codecov action (#36)
1 parent 060020e commit 15f4121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Running tox
3030
run: |
3131
tox -e ${{ matrix.toxenv }}
32-
- uses: codecov/codecov-action@v1
32+
- uses: codecov/codecov-action@v3
3333
with:
3434
fail_ci_if_error: true
3535
files: coverage.xml

0 commit comments

Comments
 (0)