From beb019888b25da94f7c86e2132bdd073c0b53c88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 22:19:54 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.4.1 --- .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..c246f70 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.4.1 with: token: ${{secrets.CODECOV_TOKEN}}