We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f87329c + 677995f commit bc0e06cCopy full SHA for bc0e06c
2 files changed
.github/workflows/documentation.yml
@@ -51,7 +51,7 @@ jobs:
51
run: ./gradlew generateDocs --stacktrace
52
53
- name: Upload generated documentation
54
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
55
with:
56
name: operator-documentation
57
path: |
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Upload documentation preview (PR only)
63
if: github.event_name == 'pull_request'
64
65
66
name: documentation-preview-${{ github.event.number }}
67
.github/workflows/schema-validation.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Upload validation artifacts
46
if: failure()
47
48
49
name: validation-logs
50
0 commit comments