diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7077937..bd30328 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: python -m pytest tests/ -v --cov=memmark --cov-report=xml --cov-fail-under=80 - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.python-version == '3.11' with: files: ./coverage.xml