Skip to content

Commit 6cecd72

Browse files
authored
Update docs.yml
1 parent 0ae9e89 commit 6cecd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
antora_playbook: site.yml
2323
- name: "Upload generated site"
24-
uses: actions/upload-artifact@v1.0.0
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: site
2727
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v3
3535
- name: Download generated site
36-
uses: actions/download-artifact@v1
36+
uses: actions/download-artifact@v4
3737
with:
3838
name: site
3939
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)