We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0055a14 commit 0f28c78Copy full SHA for 0f28c78
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
antora_playbook: site.yml
21
- name: "Upload generated site"
22
- uses: actions/upload-artifact@v1.0.0
+ uses: actions/upload-artifact@v4
23
24
name: site
25
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
@@ -31,7 +31,7 @@ jobs:
31
- name: Checkout
32
uses: actions/checkout@v2
33
- name: Download generated site
34
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
35
36
37
0 commit comments