From caf8c560055da076084044a05793a914eb52dfa2 Mon Sep 17 00:00:00 2001 From: Ross Nomann Date: Tue, 2 Jul 2024 10:14:35 +0200 Subject: [PATCH] Update codecov action to v4 --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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