build(deps): bump codecov/codecov-action from 6 to 7 (#1191)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-05 07:58:03 +02:00
committed by GitHub
parent 17bca3dcf7
commit 20d8b87620
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
- uses: actions/setup-go@v6
with: { go-version: '1.25' }
- run: make test-coverage
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
files: ./coverage.out
token: ${{ secrets.CODECOV_TOKEN }}