diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 9383709b..479c2b1e 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -26,7 +26,7 @@ jobs: uv run pytest --junitxml=report/report.xml - name: Archive Pytest test report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: SuperTest-test-report path: report