chore(deps): bump codecov/codecov-action from 6 to 7 (#5633)

This commit is contained in:
dependabot[bot]
2026-06-09 09:45:19 +08:00
committed by GitHub
parent 0c79f5562e
commit ca8b50a7a5

View File

@@ -40,7 +40,7 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
files: ./coverage.txt
flags: unittests