Skip to content

Commit

Permalink
Merge pull request #507 from terranum-ch/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
pascalhorton authored Mar 12, 2024
2 parents 618b2ff + c28d192 commit 855240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
working-directory: ${{github.workspace}}/bin
run: lcov --list coverage.info

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ${{github.workspace}}/bin/coverage.info
fail_ci_if_error: true
Expand Down

0 comments on commit 855240a

Please sign in to comment.