From b2270edeee67ff6e136cbf08e2efda3434b125ba Mon Sep 17 00:00:00 2001 From: Howard Holm Date: Tue, 6 Feb 2024 16:51:56 -0500 Subject: [PATCH] Update coverage.yml Update coverage.yml to use codecov-action v4 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b41d7fc..d1a3c99 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -53,7 +53,7 @@ jobs: [ -z "${ninja}" ] && export ninja=$(command -v ninja-build) gcovr -r .. -f ../src -f src/ -e ../tests -e tests -x coverage.xml - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: build/coverage.xml fail_ci_if_error: true # optional (default = false)