We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403fc70 commit 28f8470Copy full SHA for 28f8470
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
WP_MULTISITE: ${{ matrix.wp_multisite }}
69
70
- name: Codecov
71
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
72
with:
73
token: ${{ secrets.CODECOV_TOKEN }}
74
files: coverage.xml
0 commit comments