diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 117163e..9a09836 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: unit test run: CI=true go test -v -coverprofile=coverage.out ./... - name: codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests