Skip to content

Commit d2be1f7

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update codecov/codecov-action action to v4
1 parent 7ec3189 commit d2be1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
TOXENV: ${{ matrix.toxenv }}
7979
run: tox -- --override-ini='log_cli=True'
8080
- name: Upload codecov coverage
81-
uses: codecov/codecov-action@v3.1.5
81+
uses: codecov/codecov-action@v4.0.1
8282
with:
8383
files: ./coverage.xml
8484
flags: ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100100
TOXENV: cover
101101
run: tox
102102
- name: Upload codecov coverage
103-
uses: codecov/codecov-action@v3.1.5
103+
uses: codecov/codecov-action@v4.0.1
104104
with:
105105
files: ./coverage.xml
106106
flags: unit

0 commit comments

Comments
 (0)