build(deps): bump codecov/codecov-action from 4 to 5 (#1174)

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]
2025-12-23 07:12:26 +01:00
committed by GitHub
parent c97945fa47
commit 9e41fa1d90

View File

@@ -75,7 +75,7 @@ jobs:
- uses: actions/setup-go@v5
with: { go-version: '1.25' }
- run: make test-coverage
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./coverage.out
token: ${{ secrets.CODECOV_TOKEN }}