Skip to content

Commit 8beb74a

Browse files
committed
更新下action
1 parent 9122077 commit 8beb74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Test
3939
run: go test -v -coverprofile='coverage.out' -covermode=count ./...
4040

41-
- name: Upload Coverage report
42-
uses: codecov/codecov-action@v1
41+
- name: Upload coverage reports to Codecov
42+
uses: codecov/codecov-action@v3
4343
with:
4444
token: ${{secrets.CODECOV_TOKEN}}
4545
file: ./coverage.out

0 commit comments

Comments
 (0)