From 7c8707af104ab7b9f753d89729787aaa2d522273 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:15:27 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 (#247) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-php.yml | 2 +- .github/workflows/test-scaffold.yml | 2 +- .github/workflows/test-shell.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 6a98f71..987478f 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -66,7 +66,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: ./cobertura.xml diff --git a/.github/workflows/test-scaffold.yml b/.github/workflows/test-scaffold.yml index 6d63a6a..629939f 100644 --- a/.github/workflows/test-scaffold.yml +++ b/.github/workflows/test-scaffold.yml @@ -60,7 +60,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-shell.yml b/.github/workflows/test-shell.yml index a41e16d..ac368db 100644 --- a/.github/workflows/test-shell.yml +++ b/.github/workflows/test-shell.yml @@ -76,7 +76,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 != '' && matrix.os == 'ubuntu-latest' }} with: directory: ./.coverage-html