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
Some checks failed
Build Simulation and Test / Run All Tests (push) Has been cancelled
This commit is contained in:
parent
c98f48d4bc
commit
ebf276d250
@ -29,7 +29,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: pytest-results
|
name: pytest-results
|
||||||
path: pytest-results.xml
|
path: pytest-results.xml
|
||||||
|
retention-days: 5
|
||||||
Loading…
x
Reference in New Issue
Block a user