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 2b9d435 commit 70b23bfCopy full SHA for 70b23bf
.github/workflows/build-and-publish.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v4
34
35
- name: Download aggregated Javadoc artifact
36
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
37
with:
38
name: build-artifact
39
path: build-artifact
@@ -96,7 +96,7 @@ jobs:
96
fetch-depth: 0 # Fetch all tags; Required for doc versioning
97
98
- name: Download extracted Javadoc
99
100
101
name: javadoc
102
path: docs/docs/javadoc
0 commit comments