ci(actions): bump codecov-action from v6 to v7

- Update codecov/codecov-action from v6 to v7
This commit is contained in:
Bo-Yi Wu
2026-06-13 15:46:18 +08:00
parent e1985fadc9
commit f88736ff6f
+1 -1
View File
@@ -65,6 +65,6 @@ jobs:
go test -race -cover -coverprofile=coverage.out ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
flags: ${{ matrix.os }},go-${{ matrix.go }}