Skip to content

Commit 784d7af

Browse files
committed
chore(deps): update codecov/codecov-action action to v2
1 parent 4108f3d commit 784d7af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
5353

5454
- name: Upload coverage
55-
uses: codecov/codecov-action@v1
55+
uses: codecov/codecov-action@v2
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
file: coverage.txt

0 commit comments

Comments
 (0)