diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83e8658..ee63afc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: run: pytest --cov-report=xml - name: Upload coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage.xml