From 687162bbbe3d41357631efc92226152232797e73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:40:42 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v1.5.2 --- .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 fbea3fd..44763ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: - name: Run unit tests run: npm run test - name: Send code coverage report to Codecov - uses: codecov/codecov-action@v1.5.0 + uses: codecov/codecov-action@v1.5.2 with: token: ${{secrets.CODECOV_TOKEN}} file: coverage/*.json