We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d9f6c commit 16cc4c0Copy full SHA for 16cc4c0
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