We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 016ab57 + 85c1708 commit b5aeec9Copy full SHA for b5aeec9
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build with Maven
24
run: ./mvnw --batch-mode --no-transfer-progress verify
25
- name: Upload generated-docs
26
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
27
with:
28
name: generated-docs
29
path: docs/target/generated-docs/*
0 commit comments