From ba262c4374edb356ca0b6fccf6921633560ec7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:26:28 +0000 Subject: [PATCH] chore(deps): codecov/codecov-action 5.0.4 PR: https://github.com/Topsort/analytics.js/pull/299 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 cb88e59..67f37cc 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.6.0 + uses: codecov/codecov-action@v5.0.4 with: token: ${{ secrets.CODECOV_TOKEN }} file: coverage/clover.xml