We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ee85c commit 14afa54Copy full SHA for 14afa54
2 files changed
.github/workflows/docs-pr.main.kts
@@ -24,7 +24,7 @@
24
25
@file:Repository("https://bindings.krzeminski.it/")
26
@file:DependsOn("actions:checkout___major:[v6,v7-alpha)")
27
-@file:DependsOn("actions:upload-artifact___major:[v5,7.0)")
+@file:DependsOn("actions:upload-artifact___major:[v7,v8-alpha)")
28
29
import io.github.typesafegithub.workflows.actions.actions.Checkout
30
import io.github.typesafegithub.workflows.actions.actions.Checkout.FetchDepth
.github/workflows/docs-pr.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: './gradlew --stacktrace asciidoctor javadoc "-Dvariant=5.0" "-DjavaVersion=25"'
52
- id: 'step-4'
53
name: 'Archive and upload docs'
54
- uses: 'actions/upload-artifact@v6'
+ uses: 'actions/upload-artifact@v7'
55
with:
56
name: 'docs'
57
path: |-
0 commit comments