Skip to content

Commit 058ead2

Browse files
committed
ci: rollback codecov action to v3.
1 parent 6be2184 commit 058ead2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: go test -v ./... -coverprofile=coverage.out
1919

2020
- name: Upload coverage report
21-
uses: codecov/codecov-action@v4
21+
uses: codecov/codecov-action@v3
2222
with:
2323
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)