Skip to content

Commit cc8754e

Browse files
committed
ci: upgrade codecov action to v4
Signed-off-by: ghosind <ghosind@gmail.com>
1 parent 83b02a2 commit cc8754e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: go test -v ./... -coverprofile=coverage.out
1919

2020
- name: Upload coverage report
21-
uses: codecov/codecov-action@v3
21+
uses: codecov/codecov-action@v4
2222
with:
2323
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)