From 4b64ca4590462e0f61f7a4aea43f2f7d7005ba38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:26:53 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.3.0 --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9df673f..c4eb961 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -30,7 +30,7 @@ jobs: args: "-- --test-threads 1" - name: Upload to codecov.io - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.3.0 with: token: ${{secrets.CODECOV_TOKEN}}