Skip to content

Commit e83b609

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 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a2683e commit e83b609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uv run coverage xml
5555
5656
- name: Upload coverage to Codecov
57-
uses: codecov/codecov-action@v6
57+
uses: codecov/codecov-action@v7
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)