We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989deef commit a89f23dCopy full SHA for a89f23d
1 file changed
.github/workflows/ci.yml
@@ -251,7 +251,7 @@ jobs:
251
mvn javadoc:aggregate -pl '!org.jlab.coat:coat-libs' --no-transfer-progress
252
mv target/reports/apidocs pages/javadoc
253
### upload artifacts
254
- - uses: actions/upload-pages-artifact@v3
+ - uses: actions/upload-pages-artifact@v4
255
with:
256
retention-days: 7
257
path: pages/
0 commit comments