Skip to content

Commit 2756be1

Browse files
authored
Merge pull request #55 from zhensherlock/dependabot/github_actions/next/codecov/codecov-action-4
chore(deps): bump codecov/codecov-action from 3 to 4
2 parents 96ad757 + 1aa7bf7 commit 2756be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
# Upload Kover report to CodeCov
9191
- name: Upload Code Coverage Report
92-
uses: codecov/codecov-action@v3
92+
uses: codecov/codecov-action@v4
9393
with:
9494
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
9595

0 commit comments

Comments
 (0)