Skip to content

Commit 860a080

Browse files
committed
build: Upgrade codecov action to v4
1 parent c7a5306 commit 860a080

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Run tests
2424
run: bun run test:ci
2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v3
26+
uses: codecov/codecov-action@v4
2727
with:
28+
token: ${{ secrets.CODECOV_TOKEN }}
2829
verbose: true

0 commit comments

Comments
 (0)