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 745628a commit 2ce6f4eCopy full SHA for 2ce6f4e
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Upload coverage reports to Codecov
91
if: success() && matrix.php-version == '8.1'
92
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
93
with:
94
token: ${{ secrets.CODECOV_TOKEN }}
95
0 commit comments