Skip to content

Commit faa895b

Browse files
committed
chore(deps): update codecov/codecov-action action to v3
1 parent 8b358f0 commit faa895b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go test -covermode=atomic -coverprofile=coverage.out ./...
2626
2727
- name: coverage
28-
uses: codecov/codecov-action@v2
28+
uses: codecov/codecov-action@v3
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
file: coverage.out

0 commit comments

Comments
 (0)