From abc2b7d4e2ea7770f51e17105d498d0d37fe71d4 Mon Sep 17 00:00:00 2001 From: rhysd Date: Thu, 8 Aug 2024 00:14:57 +0900 Subject: [PATCH] fix deprecated node version warning from `codecov/codecov-action@v3` --- .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 b175509..e183cef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: if: ${{ matrix.os != 'windows-latest' }} - run: cargo test --no-default-features --features=no-backend,search -- --skip .rs - run: cargo test --no-default-features --features=tuirs-no-backend,search -- --skip .rs - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }}