Skip to content

Commit 1708814

Browse files
authored
Merge pull request #46 from j-plugins/dependabot/github_actions/codecov/codecov-action-6
chore(deps): bump codecov/codecov-action from 5 to 6
2 parents f770d81 + 688da68 commit 1708814

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
@@ -121,7 +121,7 @@ jobs:
121121

122122
# Upload the Kover report to CodeCov
123123
- name: Upload Code Coverage Report
124-
uses: codecov/codecov-action@v5
124+
uses: codecov/codecov-action@v6
125125
with:
126126
files: ${{ github.workspace }}/build/reports/kover/report.xml
127127
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)