Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 (#1188)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bertrand Coconnier <bcoconni@users.sf.net>
  • Loading branch information
dependabot[bot] and bcoconni authored Dec 21, 2024
1 parent 2bdf0d4 commit 318c804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -741,9 +741,9 @@ jobs:
working-directory: build
run: make lcov
- name: Upload to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./build/lcov/data/capture/all_targets.info
files: ./build/lcov/data/capture/all_targets.info
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
fail_ci_if_error: true
Expand Down

0 comments on commit 318c804

Please # to comment.