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 a7f45b9 commit 4760198Copy full SHA for 4760198
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Upload coverage reports to Codecov
80
if: success() && matrix.php-version == '8.1'
81
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
82
with:
83
token: ${{ secrets.CODECOV_TOKEN }}
84
0 commit comments