diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7fef62d44..b695a8edb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -169,7 +169,7 @@ jobs: - name: Send coverage report to Codecov if: ${{ success() && matrix.coverage == true }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./build/logs/clover.xml fail_ci_if_error: true