From efa5b9ec4e82bcee6e157c35d32f49a42b9bc56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:29:23 +0000 Subject: [PATCH] chore(deps): codecov/codecov-action 5.0.7 PR: https://github.com/Topsort/analytics.js/pull/303 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 67f37cc..b8fd41e 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@v5.0.4 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} file: coverage/clover.xml