We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676e6c0 commit 2801fc7Copy full SHA for 2801fc7
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
PHPSTAN_OUTPUT_FORMAT: github
68
69
- name: 📤 Upload coverage report to Codecov
70
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
71
with:
72
token: ${{ secrets.CODECOV_TOKEN }}
73
files: ./coverage.xml
0 commit comments