Skip to content

Commit 4c40766

Browse files
Update codecov/codecov-action action to v4 (#19)
1 parent fb6424b commit 4c40766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run tests
3838
run: "pytest --cov=myloginpath test"
3939

40-
- uses: codecov/codecov-action@v3
40+
- uses: codecov/codecov-action@v4
4141

4242
- name: Build distribution
4343
run: "python -m build ."

0 commit comments

Comments
 (0)