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 <ezio.melotti@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 5dfd2fe commit ccc25c5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.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/codecov-action@v3.1.5
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)