diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index efdac9d..081bb4a 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -20,7 +20,7 @@ jobs: - name: Run coverage run: go test ./... -cover -coverpkg ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.out fail_ci_if_error: true