diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8e5275..e2ce5a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: run: make test - name: Upload coverage reports - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./cover.out flags: unittests