We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e54901 + 4e1fa6f commit 4e25246Copy full SHA for 4e25246
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Code Coverage Report
55
if: success() && matrix.php-version == '8.3'
56
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
57
env:
58
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
59
0 commit comments