Skip to content

Commit

Permalink
ci: upgrade coverage version
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Apr 25, 2024
1 parent 076a55f commit db08764
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit db08764

Please sign in to comment.