We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6216a commit 8a1af27Copy full SHA for 8a1af27
.github/workflows/ci-build.yml
@@ -61,14 +61,14 @@ jobs:
61
62
- name: Upload Build Log
63
if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
64
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
65
with:
66
name: build-log-java-${{ matrix.java }}-${{ matrix.os }}
67
path: build.log
68
69
- name: Upload SAT Summary Report
70
71
72
73
name: sat-summary-report
74
path: target/summary_report.html
0 commit comments