Skip to content

Commit 25b1bca

Browse files
committed
fix: upgrade codecov to v4
1 parent d307ef1 commit 25b1bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run coverage
2929
run: go test -coverprofile="cover.out" -covermode=atomic -race ./...
3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v2
31+
uses: codecov/codecov-action@v4
3232
with:
3333
name: hrp plugin # User defined upload name. Visible in Codecov UI
3434
token: ${{ secrets.CODECOV_TOKEN }} # Repository upload token

0 commit comments

Comments
 (0)