Skip to content

Commit 8737113

Browse files
authored
Merge pull request #340 from krptn/renovate/codecov-codecov-action-4.x
chore(deps): update codecov/codecov-action action to v4
2 parents a081745 + 48827e7 commit 8737113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/liveTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
pip install coverage
9090
python -m coverage run --source krypton --branch -m unittest discover -s tests -p "*test*.py" --verbose
9191
- name: Upload coverage reports to Codecov
92-
uses: codecov/codecov-action@v3
92+
uses: codecov/codecov-action@v4
9393
env:
9494
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9595
- name: Install AutoBuild depends

0 commit comments

Comments
 (0)