diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 924bd28..2580983 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Go Test run: make test - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 continue-on-error: true with: token: ${{secrets.CODECOV_TOKEN}}