Skip to content

Commit 44f4fb7

Browse files
committed
chore(deps): update codecov/codecov-action action to v2
1 parent 34fc210 commit 44f4fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
TOXENV: ${{ matrix.toxenv }}
5757
run: tox
5858
- name: Upload codecov coverage
59-
uses: codecov/codecov-action@v1
59+
uses: codecov/codecov-action@v2
6060
with:
6161
files: ./coverage.xml
6262
flags: ${{ matrix.toxenv }}
@@ -78,7 +78,7 @@ jobs:
7878
TOXENV: cover
7979
run: tox
8080
- name: Upload codecov coverage
81-
uses: codecov/codecov-action@v1
81+
uses: codecov/codecov-action@v2
8282
with:
8383
files: ./coverage.xml
8484
flags: unit

0 commit comments

Comments
 (0)