Skip to content

Commit

Permalink
Rollback Codecov action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Sep 19, 2023
1 parent 38c5133 commit 0bb8efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ini-values: pcov.enabled=1
- uses: "ramsey/[email protected]"
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
- uses: codecov/codecov-action@v4-beta
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 0bb8efc

Please sign in to comment.