We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d908ecb + 66a57a3 commit 4d0edacCopy full SHA for 4d0edac
.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@v6
+ uses: actions/upload-artifact@v7
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