diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4a5938d..bd0c73f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: run: pytest tests/ -v --tb=short --cov=nebulaforge --cov-report=xml --cov-report=term-missing - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 if: matrix.python-version == '3.12' with: file: ./coverage.xml