Update .gitea/workflows/publish-pytest-result.yml
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
||||
run: pytest tests/ --html=test-report.html --self-contained-html
|
||||
|
||||
- name: Upload test report as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pytest-html-report
|
||||
path: test-report.html
|
||||
Reference in New Issue
Block a user