diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e498ec5..b8f9f39f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,7 +209,7 @@ jobs: - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml flags: unittests