Skip to content

Commit a4ddd3b

Browse files
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1574fdd commit a4ddd3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
coverage combine coverage-linux*/.coverage
8383
coverage xml -o coverage-linux.xml
84-
- uses: codecov/codecov-action@v4
84+
- uses: codecov/codecov-action@v5
8585
with:
8686
fail_ci_if_error: true
8787
verbose: true
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
coverage combine coverage-windows*/.coverage
9494
coverage xml -o coverage-windows.xml
95-
- uses: codecov/codecov-action@v4
95+
- uses: codecov/codecov-action@v5
9696
with:
9797
fail_ci_if_error: true
9898
verbose: true

0 commit comments

Comments
 (0)