Skip to content

Commit 52c5eba

Browse files
Bump codecov/codecov-action in the actions group across 1 directory
Bumps the actions group with 1 update in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.6.0 to 5.3.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.6.0...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc9f82e commit 52c5eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pixi run -e ${{ matrix.environment }} test
2828

2929
- name: Upload coverage reports to Codecov
30-
uses: codecov/codecov-action@v4.6.0
30+
uses: codecov/codecov-action@v5.3.1
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
slug: scikit-learn-contrib/project-template

0 commit comments

Comments
 (0)