Skip to content

Commit 2081f02

Browse files
chore(deps): update codecov/codecov-action action to v3
1 parent da387df commit 2081f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
go test -coverprofile=coverage.txt -covermode=atomic -count=10 ./...
6565
- name: Upload coverage to Codecov
66-
uses: codecov/codecov-action@v2
66+
uses: codecov/codecov-action@v3
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
files: ./coverage.txt

0 commit comments

Comments
 (0)