Skip to content

Commit

Permalink
updated upload action version for test and only upload when failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Apr 13, 2024
1 parent 3d02f9f commit 581cba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:


- name: Archive latest results
uses: actions/upload-artifact@v2
if: always()
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-results-latest
path: |
Expand Down

0 comments on commit 581cba4

Please sign in to comment.