Skip to content

Commit 9a87453

Browse files
authored
Merge pull request #59 from j-plugins/dependabot/github_actions/codecov/codecov-action-6
chore(deps): bump codecov/codecov-action from 5 to 6
2 parents 6407b9f + ca000f5 commit 9a87453

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
@@ -125,7 +125,7 @@ jobs:
125125

126126
# Upload the Kover report to CodeCov
127127
- name: Upload Code Coverage Report
128-
uses: codecov/codecov-action@v5
128+
uses: codecov/codecov-action@v6
129129
with:
130130
files: ${{ github.workspace }}/build/reports/kover/report.xml
131131

0 commit comments

Comments
 (0)