Skip to content

Commit 37dd28b

Browse files
Merge pull request #2473 from VWS-Python/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 3e9aff8 + 3c55fb8 commit 37dd28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uv run --extra=dev --python=${{ matrix.python-version }} pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests/ . --cov-report=xml
3636
3737
- name: Upload coverage to Codecov
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v5
3939
with:
4040
fail_ci_if_error: true
4141
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)