chore(deps): bump codecov/codecov-action from 4 to 5 (#75)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 2024-11-16 08:15:00 +07:00 committed by GitHub
parent 7f5adc83ae
commit 7f5658e4c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
with:
go-version: "stable"
- run: go test -race -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: coverage.out
build: