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

This commit is contained in:
Sam 2025-05-31 19:58:34 -05:00
parent 253f15b71c
commit 853d2120da

View File

@ -31,7 +31,7 @@ jobs:
- name: Upload test results - name: Upload test results
if: always() if: always()
uses: gitea/actions/upload-artifact@v1 uses: actions/upload-artifact@v4
with: with:
name: pytest-results name: pytest-results
path: pytest-results.xml path: pytest-results.xml