mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Adjust TrickOps actions artifacts to use v3.0.0
Per suggestion on workaround as described here: https://github.com/actions/upload-artifact/issues/478
This commit is contained in:
parent
0ad266291e
commit
e2ba89efbd
4
.github/workflows/trickops.yml
vendored
4
.github/workflows/trickops.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
source ../.venv/bin/activate
|
source ../.venv/bin/activate
|
||||||
export PATH="/tmp/koviz-master/bin:${PATH}"
|
export PATH="/tmp/koviz-master/bin:${PATH}"
|
||||||
./run_tests.py
|
./run_tests.py
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@v3.0.0
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: doctests
|
name: doctests
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
source ../.venv/bin/activate
|
source ../.venv/bin/activate
|
||||||
export PATH="/tmp/koviz-master/bin:${PATH}"
|
export PATH="/tmp/koviz-master/bin:${PATH}"
|
||||||
./run_tests.py
|
./run_tests.py
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@v3.0.0
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: doctests
|
name: doctests
|
||||||
|
Loading…
Reference in New Issue
Block a user