From c88e5fbd59378bc6bca03d691ac54c290f4ee092 Mon Sep 17 00:00:00 2001 From: amasson Date: Mon, 3 Nov 2025 22:35:24 +0000 Subject: [PATCH] Update .gitea/workflows/publish-pytest-result.yml --- .gitea/workflows/publish-pytest-result.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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