From e595e7614eb219ca6e01584564063b79c1e6999f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 09:10:51 +0000 Subject: [PATCH] chore(deps): codecov/codecov-action 4.6.0 PR: https://github.com/Topsort/analytics.js/pull/294 Signed-off-by: dependabot[bot] --- .github/workflows/checkpr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkpr.yml b/.github/workflows/checkpr.yml index 18e1e41..cb88e59 100644 --- a/.github/workflows/checkpr.yml +++ b/.github/workflows/checkpr.yml @@ -65,7 +65,7 @@ jobs: run: pnpm run test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: coverage/clover.xml