Skip to content

Commit

Permalink
Adjust TrickOps actions artifacts to use v3.0.0
Browse files Browse the repository at this point in the history
Per suggestion on workaround as described here:
  actions/upload-artifact#478
  • Loading branch information
Dan Jordan committed Mar 28, 2024
1 parent 0ad2662 commit e2ba89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trickops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e2ba89e

Please sign in to comment.