From 8fe9de131bf4565aeaae8210550f1c3fb820c486 Mon Sep 17 00:00:00 2001 From: Gaius Date: Tue, 28 May 2024 10:45:50 +0800 Subject: [PATCH] chore: change codecov version (#509) Signed-off-by: Gaius --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e11346a36f..33c1e172099 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info