From e431cc7537fddefac0a185cb0ee474b4e0a89cbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:42:45 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 03eb7c4a..0fe3e156 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: - name: Run tests run: pnpm test - name: Collect coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: success() with: files: ./coverage/lcov.info