Skip to content

Commit 21e47e3

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 8b0cb0a commit 21e47e3

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@v4
29+
uses: codecov/codecov-action@v5

.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@v4
30+
uses: codecov/codecov-action@v5
3131
deploy:
3232
runs-on: ubuntu-latest
3333
steps:

0 commit comments

Comments
 (0)