Skip to content

Commit 997068a

Browse files
authored
Merge pull request #314 from benbalter/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 6cf7813 + f631db4 commit 997068a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
WP_MULTISITE: ${{ matrix.wp_multisite }}
6969

7070
- name: Codecov
71-
uses: codecov/codecov-action@v3
71+
uses: codecov/codecov-action@v4
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
files: coverage.xml

0 commit comments

Comments
 (0)