Skip to content

Commit

Permalink
build.yml: Upgrade codecov/codecov-action@v4 to codecov/codecov-actio…
Browse files Browse the repository at this point in the history
…n@v5
  • Loading branch information
NeilJustice committed Jan 1, 2025
1 parent dc7b14e commit 86901de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ matrix.cxx == 'g++-11' && matrix.cmake_build_type == 'Release' }}

- name: Upload Python code coverage if g++-11 Release
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ZenUnitDevOpsPythonTests/CoberturaCodeCoverageResults_ZenUnitDevOpsPythonTests.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 86901de

Please sign in to comment.