diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cae97fa..0fde72a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: make all - name: test run: make check - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: always() with: directory: .