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 2068c6c commit 8848c59Copy full SHA for 8848c59
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
if: matrix.coverage == 'xdebug'
74
75
- name: Run codecov
76
- uses: codecov/codecov-action@v4.0.1
+ uses: codecov/codecov-action@v5
77
78
with:
79
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments