Skip to content

Commit 7a13655

Browse files
chore(deps): update codecov/codecov-action action to v4
1 parent c9b8ed1 commit 7a13655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
PYTEST_ADDOPTS: "--strict --cov --cov-report=term-missing --cov-report=xml"
2727
run: tox
2828
- name: codecov
29-
uses: codecov/codecov-action@v3
29+
uses: codecov/codecov-action@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
PYTEST_ADDOPTS: "--strict --cov --cov-report=term-missing --cov-report=xml"
2828
run: tox
2929
- name: codecov
30-
uses: codecov/codecov-action@v3
30+
uses: codecov/codecov-action@v4
3131
deploy:
3232
runs-on: ubuntu-latest
3333
steps:

0 commit comments

Comments
 (0)