diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 995e2e081..fc50542fd 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -19,7 +19,8 @@ jobs: go-version-file: "go.mod" - run: make unit - run: sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: coverage.out functionalities: fixes + token: ${{ secrets.CODECOV_TOKEN }}