Skip to content

Commit

Permalink
Update codecov-action
Browse files Browse the repository at this point in the history
Update codecov-action to the latest version to avoid deprecation
warnings in the build pipeline
  • Loading branch information
laudrup committed Aug 1, 2024
1 parent 963c59a commit eb65f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE: True

- name: Upload code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: build/cobertura.xml
fail_ci_if_error: true

0 comments on commit eb65f9e

Please sign in to comment.