Skip to content

Commit de8cfd9

Browse files
authored
Merge pull request #1968 from python-gitlab/renovate/codecov-codecov-action-3.x
chore(deps): update codecov/codecov-action action to v3
2 parents 3be5ac2 + 292e91b commit de8cfd9

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
@@ -75,7 +75,7 @@ jobs:
7575
TOXENV: ${{ matrix.toxenv }}
7676
run: tox -- --override-ini='log_cli=True'
7777
- name: Upload codecov coverage
78-
uses: codecov/codecov-action@v2
78+
uses: codecov/codecov-action@v3
7979
with:
8080
files: ./coverage.xml
8181
flags: ${{ matrix.toxenv }}
@@ -97,7 +97,7 @@ jobs:
9797
TOXENV: cover
9898
run: tox
9999
- name: Upload codecov coverage
100-
uses: codecov/codecov-action@v2
100+
uses: codecov/codecov-action@v3
101101
with:
102102
files: ./coverage.xml
103103
flags: unit

0 commit comments

Comments
 (0)