Skip to content

Commit 695e34d

Browse files
chore(deps): update codecov/codecov-action action to v6
1 parent 0a4a3b6 commit 695e34d

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
@@ -77,7 +77,7 @@ jobs:
7777
TOXENV: ${{ matrix.toxenv }}
7878
run: tox -- --override-ini='log_cli=True'
7979
- name: Upload codecov coverage
80-
uses: codecov/codecov-action@v5.5.3
80+
uses: codecov/codecov-action@v6.0.0
8181
with:
8282
files: ./coverage.xml
8383
flags: ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100100
TOXENV: cover
101101
run: tox
102102
- name: Upload codecov coverage
103-
uses: codecov/codecov-action@v5.5.3
103+
uses: codecov/codecov-action@v6.0.0
104104
with:
105105
files: ./coverage.xml
106106
flags: unit

0 commit comments

Comments
 (0)