From f1b910d2543a0b271cac3fa99f4124b4d7fceefc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:58:56 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.2.0 --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 76850b0..6993548 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -45,7 +45,7 @@ jobs: - run: npm install --force -g nyc - run: npm run cov - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: .nyc_output/*.json