Skip to content

Commit 6cbd87f

Browse files
authored
fix for automated build with Antora
Logs from the automatic build showed errors detailing V1.0.0 was deprecated and made the build fail. Now updated to use v4
1 parent b72bca7 commit 6cbd87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
antora_playbook: site.yml
2121
- name: "Upload generated site"
22-
uses: actions/upload-artifact@v1.0.0
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: site
2525
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)