Skip to content

Commit cf57c88

Browse files
ci(deps): bump codecov/codecov-action from 5.0.7 to 6.0.0 (#41)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 6.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@015f24e...57e3a13) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37318c8 commit cf57c88

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
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Upload coverage to Codecov (optional)
103103
if: matrix.python-version == '3.13' && (github.ref == 'refs/heads/main' || github.event_name == 'pull_request')
104-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.2
104+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5.0.2
105105
with:
106106
files: ./coverage.xml
107107
fail_ci_if_error: false

0 commit comments

Comments
 (0)