Skip to content

Commit ca86018

Browse files
committed
Updates GH Action
1 parent 84e7f62 commit ca86018

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
@@ -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.0.0
2222
with:
2323
name: site
2424
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v2
3232
- name: Download generated site
33-
uses: actions/download-artifact@v1
33+
uses: actions/download-artifact@v4
3434
with:
3535
name: site
3636
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)