build(deps): bump codecov/codecov-action from 5 to 6 (#1188)

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-05-16 12:39:12 +02:00
committed by GitHub
parent 781eec2157
commit f5e8a100b0
+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@v5
- uses: codecov/codecov-action@v6
with:
files: ./coverage.out
token: ${{ secrets.CODECOV_TOKEN }}