diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index fd296a5..51dced3 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@v3 + - uses: codecov/codecov-action@v4