From db087646537b97eae956905fdca1b9742ad925a7 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 25 Apr 2024 14:29:56 +0100 Subject: [PATCH] ci: upgrade coverage version --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd8b9e6..9deeac9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,8 +73,6 @@ jobs: needs: [ phpunit ] steps: - - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 with: name: code-coverage-${{ matrix.php }}-${{ github.run_number }} @@ -84,7 +82,7 @@ jobs: run: cat "_coverage/coverage.txt" - name: Upload to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 phpstan: runs-on: ubuntu-latest