Skip to content

Commit a74b2d0

Browse files
Update actions/upload-artifact action to v6
1 parent 1e5a645 commit a74b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: './gradlew --stacktrace asciidoctor javadoc "-Dvariant=5.0" "-DjavaVersion=25"'
5252
- id: 'step-4'
5353
name: 'Archive and upload docs'
54-
uses: 'actions/upload-artifact@v5'
54+
uses: 'actions/upload-artifact@v6'
5555
with:
5656
name: 'docs'
5757
path: |-

0 commit comments

Comments
 (0)