Skip to content

Commit 149e1dd

Browse files
Bump codecov/codecov-action from 3.1.2 to 3.1.3 (#25)
1 parent bd450f6 commit 149e1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Test
4040
run: go test -failfast ./... -race -coverprofile=coverage.txt -covermode=atomic
4141
- name: Push Coverage to codecov.io
42-
uses: codecov/[email protected].2
42+
uses: codecov/[email protected].3
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
file: ./coverage.txt

0 commit comments

Comments
 (0)