Skip to content

Commit ccc25c5

Browse files
dependabot[bot]ezio-melottihugovk
authored
Bump codecov/codecov-action from 3.1.5 to 4.5.0 in the actions group across 1 directory (#398)
Co-authored-by: Ezio Melotti <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 5dfd2fe commit ccc25c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
tox -e py
3838
3939
- name: Upload coverage
40-
uses: codecov/[email protected]
41-
if: always()
40+
uses: codecov/codecov-action@v4
4241
with:
43-
file: ./coverage.xml
42+
flags: ${{ matrix.python-version }}
43+
name: Python ${{ matrix.python-version }}
44+
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)