diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 028e3ca..8accb38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: poetry run pytest tests/ -v --cov=src/span_panel_api --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml flags: unittests