From 6c453fc74f2b4534dd2cca731e17977c59f01520 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 17:10:11 +0000 Subject: [PATCH] deps(deps): update codecov/codecov-action action to v4.4.1 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a768f4f..19174aa 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -69,7 +69,7 @@ jobs: run: composer test:cc - name: 📤 Upload code coverage report to Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.4.1 with: files: .build/phpunit/logs/clover.xml token: ${{ secrets.CODECOV_TOKEN }}