Skip to content

Commit 01a53be

Browse files
authored
Update docs.yml
updated workflow to use latest upload-artifact release
1 parent 857ffd9 commit 01a53be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
antora_playbook: site.yml
2020
- name: "Upload generated site"
21-
uses: actions/upload-artifact@v1.0.0
21+
uses: actions/upload-artifact@v4.6.1
2222
with:
2323
name: site
2424
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)