diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c2607d..b99ade8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: python -m pytest - name: Upload test results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Test results for ${{ runner.os }}-${{ matrix.python-version }} path: pytest.xml