Skip to content

Commit 2995e39

Browse files
authored
Merge pull request #174 from Automattic/dependabot/github_actions/codecov/codecov-action-5
2 parents 009f813 + 5d2aea2 commit 2995e39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integrations.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ jobs:
9393

9494
- name: Send coverage report to Codecov
9595
if: ${{ success() && matrix.coverage == true }}
96-
uses: codecov/codecov-action@v3
96+
uses: codecov/codecov-action@v5
9797
with:
9898
files: ./clover.xml
9999
fail_ci_if_error: true
100+
token: ${{ secrets.CODECOV_TOKEN }}
100101
verbose: true

0 commit comments

Comments
 (0)