Skip to content

Commit

Permalink
Update codecov/codecov-action@v3 to codecov/codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Apr 23, 2024
1 parent 926da57 commit 9fc672f
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@v3
uses: codecov/codecov-action@v4
with:
files: ZenUnitDevOpsPythonTests/CoberturaCodeCoverageResults_ZenUnitDevOpsPythonTests.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 9fc672f

Please sign in to comment.