diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 252d0367..ff043acc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -628,7 +628,7 @@ jobs: cargo fmt cargo tarpaulin --engine llvm --out Lcov Stdout --workspace --exclude app --fail-under 100 - name: Upload to codecov.io - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true