diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d917747..2e58d15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: go-version-file: "go.mod" - run: make test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: