Skip to content

Commit 9f8734e

Browse files
author
Olivier Chédru
authored
Merge pull request dhatim#97 from dhatim/renovate/codecov-codecov-action-3.x
chore(deps): update codecov/codecov-action action to v3
2 parents c54d52f + 09b2b41 commit 9f8734e

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

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

0 commit comments

Comments
 (0)