Skip to content

Commit f31a06b

Browse files
committed
Update codecov action to v3
1 parent 88894e2 commit f31a06b

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
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
poetry run pytest --doctest-modules --ignore=examples --cov=pycardano --cov-config=.coveragerc --cov-report=xml
4141
- name: "Upload coverage to Codecov"
42-
uses: codecov/codecov-action@v2
42+
uses: codecov/codecov-action@v3
4343
with:
4444
fail_ci_if_error: true
4545

0 commit comments

Comments
 (0)