We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bd184 commit a9e7d4fCopy full SHA for a9e7d4f
1 file changed
.github/workflows/phpunit.yml
@@ -41,7 +41,7 @@ jobs:
41
run: cat ./coverage.xml
42
43
- name: Upload coverage.xml to Codecov
44
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
47
files: ./coverage.xml
0 commit comments