We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222e55a commit c5962d2Copy full SHA for c5962d2
.github/workflows/integrate.yml
@@ -58,7 +58,7 @@ jobs:
58
if: matrix.os == 'ubuntu-latest' && matrix.php-version == '8.3'
59
60
- name: Upload coverage to Codecov
61
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
62
if: env.CODECOV_TOKEN && matrix.os == 'ubuntu-latest' && matrix.php-version == '8.3'
63
env:
64
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments