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