Skip to content

Commit 16ffbee

Browse files
build(deps): update codecov/codecov-action action to v6 (#298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2aad29b commit 16ffbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run tests
6565
run: bun run test:coverage
6666
- name: Submit test coverage
67-
uses: codecov/codecov-action@v5
67+
uses: codecov/codecov-action@v6
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: ./coverage/clover.xml

0 commit comments

Comments
 (0)