Skip to content

Commit 31c8653

Browse files
authored
Merge pull request #136 from SysBind/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 716ed79 + f80dcc0 commit 31c8653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

134134
# Upload the Kover report to CodeCov
135135
- name: Upload Code Coverage Report
136-
uses: codecov/codecov-action@v4
136+
uses: codecov/codecov-action@v5
137137
with:
138138
files: ${{ github.workspace }}/build/reports/kover/report.xml
139139

0 commit comments

Comments
 (0)