Skip to content

Commit e5095d5

Browse files
committed
(fix) Upgrade codecov-action version
1 parent 857c11f commit e5095d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
poetry run pytest --cov --cov-report=xml
4141
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v4
4444
with:
4545
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)