File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
10
10
node-version : [12.x, 14.x, 16.x]
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
15
- - uses : actions/setup-node@v2
15
+ - uses : actions/setup-node@v4
16
16
with :
17
17
node-version : ${{ matrix.node-version }}
18
18
19
19
- run : npm install --no-package-lock
20
20
- run : npm test
21
21
- run : npm run build-storybook --quiet
22
22
23
- - uses : actions/upload-artifact@v2
23
+ - uses : actions/upload-artifact@4
24
24
# Only publish examples using the master branch, and only from one build
25
25
if : github.ref == 'refs/heads/master' && matrix.node-version == '16.x'
26
26
with :
35
35
needs : build
36
36
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v4
39
39
40
- - uses : actions/download-artifact@v4.1.7
40
+ - uses : actions/download-artifact@v4
41
41
with :
42
42
name : examples
43
43
path : examples
You can’t perform that action at this time.
0 commit comments