diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58fd0a9..78148c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: unit test run: CI=true go test -v -coverprofile=coverage.out ./... - name: codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests