Skip to content

Commit 5fd4231

Browse files
Merge pull request #1674 from WordPress/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 7695b72 + 8cd6b6d commit 5fd4231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-test-plugins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
fi
8888
- name: Upload single site coverage reports to Codecov
8989
if: ${{ matrix.coverage == true }}
90-
uses: codecov/codecov-action@v4
90+
uses: codecov/codecov-action@v5
9191
with:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage-${{ github.sha }}.xml
@@ -96,7 +96,7 @@ jobs:
9696
fail_ci_if_error: true
9797
- name: Upload multisite coverage reports to Codecov
9898
if: ${{ matrix.coverage == true }}
99-
uses: codecov/codecov-action@v4
99+
uses: codecov/codecov-action@v5
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }}
102102
files: coverage-multisite-${{ github.sha }}.xml

0 commit comments

Comments
 (0)