diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index fafcecd..74c8e8b 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,6 +20,6 @@ jobs: run: make dependencies || true # Used in fortio for instance to prep for go tests - name: Run test coverage run: go test -coverprofile=coverage.out ./... - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: coverage.out