We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f872e3 + 3063131 commit e8ca3a9Copy full SHA for e8ca3a9
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@v4
+ uses: actions/upload-artifact@v5
27
with:
28
name: generated-docs
29
path: docs/target/generated-docs/*
0 commit comments