From cd8b93060fdafa504b29e6535a9b615bc325190f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:08:19 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.1.1 --- .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 4f34325a..1bf1f750 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: npm run test-coverage-ci - name: Upload test coverage report - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: files: ./coverage/lcov.info token: ${{ secrets.CODECOV_TOKEN }}