From 939ccf6dc48209669323859dd56008d3f5b1a26b Mon Sep 17 00:00:00 2001 From: safx Date: Thu, 5 Feb 2026 23:20:04 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f643d77..f7e712c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,9 +82,10 @@ jobs: - name: Generate coverage run: cargo tarpaulin --all-features --out xml - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v5 with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./cobertura.xml - fail_ci_if_error: false \ No newline at end of file + fail_ci_if_error: false