Skip to content

Commit d4f3de3

Browse files
authored
bump codecov to v4 (#315)
1 parent 0eaaa1f commit d4f3de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
${{ runner.os }}-go-
3131
- name: unit-test
3232
run: go test -v ./... -coverprofile cover.out
33-
- uses: codecov/codecov-action@v3
33+
- uses: codecov/codecov-action@v4
3434
with:
3535
files: cover.out
3636
functionalities: fixes
37+
token: ${{ secrets.CODECOV_TOKEN }}
3738

3839
go-apidiff:
3940
name: go-apidiff

0 commit comments

Comments
 (0)