Skip to content

Commit 0cd7cbc

Browse files
chore(deps): update codecov/codecov-action action to v7
1 parent 892ebfd commit 0cd7cbc

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
@@ -25,7 +25,7 @@ jobs:
2525
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
2626

2727
- name: Upload coverage
28-
uses: codecov/codecov-action@v2
28+
uses: codecov/codecov-action@v7
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
file: coverage.txt

0 commit comments

Comments
 (0)