We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed2a9ac + c027e3b commit 62c7a7dCopy full SHA for 62c7a7d
1 file changed
.github/workflows/antora-worflow.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: [ ubuntu-latest ]
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
- name: "Install Node 16"
15
uses: actions/setup-node@v3
16
with:
@@ -20,7 +20,7 @@ jobs:
20
- name: "Generate site using antora site action"
21
run: make build-site
22
- name: "Upload generated site"
23
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
24
25
name: site
26
path: "${{ github.workspace }}/build/${{ env.SITE_DIR }}"
@@ -37,9 +37,9 @@ jobs:
37
38
node-version: 16
39
40
41
- name: Download generated site
42
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
43
44
45
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
0 commit comments