diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7d717c..5474b47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: go mod tidy git diff --exit-code go.mod # must be up-to-date and tidied - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: ./cover.out token: ${{ secrets.CODECOV_TOKEN }}