diff --git a/.gitea/workflows/run_tests.yml b/.gitea/workflows/run_tests.yml index 1d0e079..bff75fe 100644 --- a/.gitea/workflows/run_tests.yml +++ b/.gitea/workflows/run_tests.yml @@ -29,7 +29,8 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: pytest-results - path: pytest-results.xml \ No newline at end of file + path: pytest-results.xml + retention-days: 5 \ No newline at end of file