diff --git a/.gitea/workflows/publish-pytest-result.yml b/.gitea/workflows/publish-pytest-result.yml index 4b01cca..d298b1d 100644 --- a/.gitea/workflows/publish-pytest-result.yml +++ b/.gitea/workflows/publish-pytest-result.yml @@ -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 \ No newline at end of file