From e450cc222201e6ee730b53e4e4a15d870ab2c49e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:19:29 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 850dd32..51d9900 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,6 @@ jobs: - run: npm test - name: Codecov - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v4.2.0 with: token: env.CODECOV_TOKEN