diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6ca47f6..a9c5d4a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,4 +11,4 @@ jobs: with: go-version: "1.18" - run: go test -coverprofile=coverage.txt -covermode=atomic - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4