Skip to content

Commit 0f28c78

Browse files
upgrade actions version
1 parent 0055a14 commit 0f28c78

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
@@ -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 }}"
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v2
3333
- name: Download generated site
34-
uses: actions/download-artifact@v1
34+
uses: actions/download-artifact@v4
3535
with:
3636
name: site
3737
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)