diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fde72a..cae97fa 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@v4 + - uses: codecov/codecov-action@v3 if: always() with: directory: .