Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fefd12c

Browse files
authoredNov 18, 2024··
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 4605b25 commit fefd12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: matrix.os == 'ubuntu-latest'
9898
env:
9999
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
100-
uses: codecov/codecov-action@v4
100+
uses: codecov/codecov-action@v5
101101
with:
102102
fail_ci_if_error: true
103103
verbose: true

0 commit comments

Comments
 (0)
Please sign in to comment.