From fc82b0ed4412191098b879254eeeb2249863259c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:07:21 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.5.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 a4f6fa3..e116322 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.0 + uses: codecov/codecov-action@v4.5.0 with: token: ${{secrets.CODECOV_TOKEN}}