Fix action reference in test results upload step
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 8s
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 8s
This commit is contained in:
parent
e00edd8137
commit
253f15b71c
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
if: always()
|
if: always()
|
||||||
uses: gitea.com/actions/upload-artifact@v1
|
uses: gitea/actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: pytest-results
|
name: pytest-results
|
||||||
path: pytest-results.xml
|
path: pytest-results.xml
|
||||||
Loading…
x
Reference in New Issue
Block a user