diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf10e78..8d5dbc7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: python-version: ${{ matrix.python-version }} - run: poetry run pytest --cov=src tests --cov-report=xml - name: Upload coverage artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: coverage-${{ matrix.python-version }} path: coverage.xml