diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f5d4282..1cd4b508 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: - name: Run python tests with coverage instrumentation run: poetry run pytest --cov=./ --cov-report=xml - name: Upload coverage output artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: py-coverage path: coverage.xml