From 687c62870fff8fa8bd1fe3231e44a9811473c1d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 04:44:09 +0000 Subject: [PATCH] ci(deps): bump codecov/codecov-action from 3 to 5 Dependabot couldn't find the original pull request head commit, e906f81b8d4097223195c2008cc05bd87ea48157. --- .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 d64f6c9..9875de1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.php-version == '8.4' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./coverage/clover.xml flags: unittests