Skip to content

Commit bab1b9a

Browse files
Actions(deps): Bump codecov/codecov-action from 1 to 3 (#338)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ac9b15 commit bab1b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: tox -e py
5151

5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v1
53+
uses: codecov/codecov-action@v3
5454
with:
5555
files: .coverage
5656

@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v3
6363

64-
- uses: codecov/codecov-action@v1
64+
- uses: codecov/codecov-action@v3
6565

6666
- name: Set up Python
6767
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)