From 69efdf6efcb154667a39c0f57839a7fb51e70f70 Mon Sep 17 00:00:00 2001 From: Leighton Pritchard Date: Fri, 9 Aug 2024 12:55:33 +0100 Subject: [PATCH] Update build-macos.yml Upgrade Codecov coverage reporter to 4.0.1 --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 7a201feb..19acd6c4 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -85,7 +85,7 @@ jobs: if: ${{ always() }} - name: Codecov Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.0.1 with: fail_ci_if_error: true # optional (default = false) files: .coverage-macos-${{ matrix.python-version }}.xml # optional