Skip to content

Commit bf7335b

Browse files
authored
Merge pull request #238 from per1234/bump-codecov-action
Bump `codecov/codecov-action` workflow dependency to v2
2 parents 9f61bbf + 35cd66a commit bf7335b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Send unit tests coverage to Codecov
5555
if: matrix.operating-system == 'ubuntu-latest'
56-
uses: codecov/codecov-action@v1
56+
uses: codecov/codecov-action@v2
5757
with:
5858
file: ./coverage_unit.txt
5959
flags: unit

0 commit comments

Comments
 (0)