Skip to content

Commit

Permalink
Increase Github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
  • Loading branch information
maho7791 committed Oct 8, 2024
1 parent 4a21db3 commit fb7812d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 257 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: ./gradlew build -x itest --info --stacktrace
- name: Upload Test Reports
if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: JDK${{ matrix.java }}_${{ matrix.os }}-test-reports
path: |
Expand Down
Loading

0 comments on commit fb7812d

Please sign in to comment.