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 d1197e0 + 3fb0574 commit 8c440f0Copy full SHA for 8c440f0
1 file changed
.github/workflows/deploy-javadocs.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Generate JavaDoc
41
run: mvn -B -ntp clean -Prelease javadoc:aggregate
42
- name: Upload artifact
43
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
44
with:
45
# Upload the JavaDoc's
46
path: 'target/reports/apidocs/'
0 commit comments