mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +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
|
||||
export PATH="/tmp/koviz-master/bin:${PATH}"
|
||||
./run_tests.py
|
||||
- uses: actions/upload-artifact@master
|
||||
- uses: actions/upload-artifact@v3.0.0
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: doctests
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
source ../.venv/bin/activate
|
||||
export PATH="/tmp/koviz-master/bin:${PATH}"
|
||||
./run_tests.py
|
||||
- uses: actions/upload-artifact@master
|
||||
- uses: actions/upload-artifact@v3.0.0
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: doctests
|
||||
|
Loading…
Reference in New Issue
Block a user