diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 638d492c..ac444063 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -56,7 +56,7 @@ jobs: if: ${{ matrix.os == 'macos-latest' }} run: xcrun llvm-cov export -format="lcov" .build/debug/Web3PackageTests.xctest/Contents/MacOS/Web3PackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov - name: Upload Test Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: ${{ matrix.os == 'macos-latest' }} with: files: ./info.lcov