From 9bff817dc7924fef262883ae23d473787052b939 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 04:45:29 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7e49f4d..1efdc39 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -95,7 +95,7 @@ jobs: run: lcov --directory . --capture --output-file coverage.info if: ${{ matrix.coverage }} - name: upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.info if: ${{ matrix.coverage }}