From 33a7d1575a9283b308194d98eb6d9b1f7a194084 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 04:56:40 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .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 23aa191..502ebc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: npm run test:ci - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v4.0.0 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }}