Skip to content

Commit 735efff

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update codecov/codecov-action action to v5
1 parent 9306362 commit 735efff

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
@@ -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@v4.6.0
81+
uses: codecov/codecov-action@v5.1.1
8282
with:
8383
files: ./coverage.xml
8484
flags: ${{ matrix.toxenv }}
@@ -101,7 +101,7 @@ jobs:
101101
TOXENV: cover
102102
run: tox
103103
- name: Upload codecov coverage
104-
uses: codecov/codecov-action@v4.6.0
104+
uses: codecov/codecov-action@v5.1.1
105105
with:
106106
files: ./coverage.xml
107107
flags: unit

0 commit comments

Comments
 (0)