🔧 更新 pytest 工作流,升级上传工件的 GitHub Actions 版本至 v4

This commit is contained in:
远野千束 2025-04-28 00:58:49 +08:00
parent 84133b2f27
commit 7aaa589a51

View File

@ -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