diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 51dced3..7ea50f3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,4 +11,4 @@ jobs: with: go-version: "stable" - run: go test -coverprofile=coverage.txt -covermode=atomic - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5