diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03dc4d9..27d9379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Build run: CGO_ENABLED=0 go build -buildmode pie - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage