Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 11, 2024
1 parent 155bbd6 commit f4aae8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ runs:
- name: Archive tests results
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3 # @v4
with:
name: tests
path: artifacts/tests
merge-multiple: true
#merge-multiple: true
retention-days: 1

0 comments on commit f4aae8f

Please sign in to comment.