Skip to content

Commit 4613567

Browse files
Bump codecov/codecov-action from 4.5.0 to 5.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 5.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@v4.5.0...v5.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc2ceff commit 4613567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
&& exit 1
249249
shell: bash
250250
- name: Send coverage data to Codecov
251-
uses: codecov/codecov-action@v4.5.0
251+
uses: codecov/codecov-action@v5.0.0
252252
with:
253253
files: .test-results/pytest/cov.xml
254254
flags: >-

0 commit comments

Comments
 (0)