diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index 7a76a9d..0a6f493 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -100,7 +100,7 @@ jobs: TestResultsPath: "${{ runner.temp }}\\results" - name: Upload Coverage if: success() || failure() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: # Hard copy from step above due to https://github.com/actions/runner/issues/2204 directory: ${{ runner.temp }}/cov_results