We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04523b6 + cd8c649 commit b3d4db4Copy full SHA for b3d4db4
1 file changed
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Submit code coverage
65
if: success() && matrix.php-version == '8.1'
66
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
0 commit comments