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 d7f1174 commit 55f2328Copy full SHA for 55f2328
.github/workflows/tests.yml
@@ -78,7 +78,7 @@ jobs: # Docs: <https://help.github.com/en/articles/workflow-syntax-for-github-ac
78
XDEBUG_MODE: coverage
79
run: composer test-cover
80
81
- - uses: codecov/codecov-action@v3 # Docs: <https://github.com/codecov/codecov-action>
+ - uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
82
if: matrix.coverage == 'true'
83
with:
84
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments