We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633c589 commit 0102f25Copy full SHA for 0102f25
.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