We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ea2ed commit f3edc25Copy full SHA for f3edc25
.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@v4
+ uses: codecov/codecov-action@v5
57
env:
58
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
59
0 commit comments