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