From 0908a944db0d507741fe6bde5112aafa69aae1cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:29:14 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/scaffold-test.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scaffold-test.yml b/.github/workflows/scaffold-test.yml index 01f9d0f..3f04ab8 100644 --- a/.github/workflows/scaffold-test.yml +++ b/.github/workflows/scaffold-test.yml @@ -79,7 +79,7 @@ jobs: if-no-files-found: error - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: ${{ env.CODECOV_TOKEN != '' }} with: directory: ./.scaffold-coverage-html diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82fb76a..7d15d01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -123,7 +123,7 @@ jobs: if-no-files-found: error - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: ${{ env.CODECOV_TOKEN != '' }} with: files: ./.logs/coverage/phpunit/cobertura.xml