Update codecov/codecov-action action to v7

This commit is contained in:
renovate[bot]
2026-07-12 16:58:23 +00:00
committed by GitHub
parent 8952d4bf45
commit 65bef68b1e
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Run tests
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage reports
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}