File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ jobs:
28
28
id : setup-pages
29
29
30
30
- name : Checkout main
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
ref : main
34
34
path : main
35
35
36
36
- name : Checkout upcoming
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
ref : upcoming
40
40
path : upcoming
41
41
42
42
- name : Setup node
43
- uses : actions/setup-node@v3
43
+ uses : actions/setup-node@v4
44
44
with :
45
45
node-version : ' 20.8'
46
46
cache : yarn
88
88
mv combined/lang_docs/tableauhyperapi-java-docs-* combined/lang_docs/java
89
89
90
90
- name : Upload webpage artifact
91
- uses : actions/upload-pages-artifact@v1
91
+ uses : actions/upload-pages-artifact@v3
92
92
with :
93
93
path : ' combined'
94
94
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Setup node
20
- uses : actions/setup-node@v3
20
+ uses : actions/setup-node@v4
21
21
with :
22
22
node-version : ' 20.8'
23
23
cache : yarn
43
43
GITHUB_BASE_PATH : ${{ steps.setup-pages.outputs.base_path }}
44
44
45
45
- name : Upload webpage artifact
46
- uses : actions/upload-pages-artifact@v1
46
+ uses : actions/upload-pages-artifact@v3
47
47
with :
48
48
path : ' website/build'
You can’t perform that action at this time.
0 commit comments