File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
1010 node-version : [12.x, 14.x, 16.x]
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414
15- - uses : actions/setup-node@v2
15+ - uses : actions/setup-node@v4
1616 with :
1717 node-version : ${{ matrix.node-version }}
1818
1919 - run : npm install --no-package-lock
2020 - run : npm test
2121 - run : npm run build-storybook --quiet
2222
23- - uses : actions/upload-artifact@v2
23+ - uses : actions/upload-artifact@v4
2424 # Only publish examples using the master branch, and only from one build
2525 if : github.ref == 'refs/heads/master' && matrix.node-version == '16.x'
2626 with :
3535 needs : build
3636
3737 steps :
38- - uses : actions/checkout@v2
38+ - uses : actions/checkout@v4
3939
40- - uses : actions/download-artifact@v4.1.7
40+ - uses : actions/download-artifact@v4
4141 with :
4242 name : examples
4343 path : examples
You can’t perform that action at this time.
0 commit comments