Skip to content

Commit d14a55d

Browse files
Bump codecov/codecov-action from 5 to 6 (#212)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 249310c commit d14a55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
-
182182
name: Upload code coverage report
183183
if: matrix.platform == 'ubuntu-latest'
184-
uses: codecov/codecov-action@v5
184+
uses: codecov/codecov-action@v6
185185
with:
186186
files: ${{ github.workspace }}/build/reports/kover/report.xml
187187
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)