File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout virens
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v4
13
13
with :
14
14
path : gbdevio
15
15
16
16
- name : Install NodeJS
17
- uses : actions/setup-node@v1
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ' 16.x'
20
+ cache : yarn
20
21
21
22
- name : Install npm requirements
22
23
run : yarn install
27
28
working-directory : gbdevio/
28
29
29
30
- name : Store final build
30
- uses : actions/upload-artifact@v2
31
+ uses : actions/upload-artifact@v4
31
32
with :
32
33
name : Build output
33
34
path : gbdevio/website/.vuepress/dist
38
39
needs : build
39
40
steps :
40
41
- name : Checkout virens/gh-pages
41
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v4
42
43
with :
43
44
path : gbdevio
44
45
ref : master
48
49
rm -vrf gbdevio/*
49
50
50
51
- name : Unpack build
51
- uses : actions/download-artifact@v2
52
+ uses : actions/download-artifact@v4
52
53
with :
53
54
name : Build output
54
55
path : gbdevio/
You can’t perform that action at this time.
0 commit comments