Skip to content

Commit

Permalink
Update codecov action.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Apr 26, 2024
1 parent 351e30c commit 0d8c5d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
args: test --coverage-clover ./coverage.xml
- name: Upload coverage to Codecov
if: ${{ matrix.php-version == '8.3' && matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0d8c5d7

Please sign in to comment.