Skip to content

Commit 22b17db

Browse files
authored
Merge pull request #124 from dhatim/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents 17d79cb + 21e47e3 commit 22b17db

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)