diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3b1109b2085..95393eb65db 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,8 +23,8 @@ jobs: - name: Generate run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info - name: Publish - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: lcov.info - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true