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.
2 parents 7695b72 + 8cd6b6d commit 5fd4231Copy full SHA for 5fd4231
.github/workflows/php-test-plugins.yml
@@ -87,7 +87,7 @@ jobs:
87
fi
88
- name: Upload single site coverage reports to Codecov
89
if: ${{ matrix.coverage == true }}
90
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
91
with:
92
token: ${{ secrets.CODECOV_TOKEN }}
93
files: coverage-${{ github.sha }}.xml
@@ -96,7 +96,7 @@ jobs:
96
fail_ci_if_error: true
97
- name: Upload multisite coverage reports to Codecov
98
99
100
101
102
files: coverage-multisite-${{ github.sha }}.xml
0 commit comments