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.
2 parents 8a90668 + 9bf944d commit 01b2c53Copy full SHA for 01b2c53
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles=coverage verify
42
- name: Upload JaCoCo report
43
if: ${{ matrix.java == '17' && matrix.os == 'ubuntu-latest' }}
44
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
45
with:
46
name: jacoco
47
path: code-coverage/target/site/jacoco-aggregate/
@@ -51,7 +51,7 @@ jobs:
51
run: ./mvnw --batch-mode --no-transfer-progress --define skipTests=true verify javadoc:aggregate
52
- name: Upload aggregate Javadoc
53
54
55
56
name: apidocs
57
path: target/reports/apidocs/
0 commit comments