Update test results upload action to use version 3 and set retention days
Some checks failed
Build Simulation and Test / Run All Tests (push) Has been cancelled

This commit is contained in:
Sam 2025-05-31 20:09:14 -05:00
parent c98f48d4bc
commit ebf276d250

View File

@ -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
path: pytest-results.xml
retention-days: 5