Skip to content

Commit 0e62776

Browse files
committed
chore(deps): update codecov/codecov-action action to v2
1 parent 0052bee commit 0e62776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
git --no-pager diff go.mod go.sum
116116
git --no-pager diff --quiet go.mod go.sum
117117
- name: Upload coverage to Codecov
118-
uses: codecov/codecov-action@v1.5.2
118+
uses: codecov/codecov-action@2.0.0
119119
with:
120120
#token: ${{ secrets.CODECOV_TOKEN }}
121121
file: ./coverage.txt
@@ -158,7 +158,7 @@ jobs:
158158
- name: Run tests on Unix-like operating systems
159159
run: make unittest
160160
- name: Upload coverage to Codecov
161-
uses: codecov/codecov-action@v1.5.2
161+
uses: codecov/codecov-action@2.0.0
162162
with:
163163
#token: ${{ secrets.CODECOV_TOKEN }}
164164
file: ./coverage.txt

0 commit comments

Comments
 (0)