File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,24 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - run : sudo apt-get install graphviz
15
- - uses : actions/checkout@v2
14
+ - name : Setup Graphviz
15
+ uses : ts-graphviz/setup-graphviz@v2
16
+ - uses : actions/checkout@v4
16
17
with :
17
18
submodules : ' recursive'
18
- - uses : actions/setup-node@v2
19
+ - uses : actions/setup-node@v4
19
20
with :
20
21
node-version : ' 10'
21
22
- run : |
22
23
npm install
23
24
npm run build
24
- - uses : actions/upload-artifact@v2
25
+ - uses : actions/upload-artifact@v4
25
26
with :
26
27
name : documentation
27
28
path : |
28
29
build/
29
30
!build/otio.schema.json
30
- - uses : actions/upload-artifact@v2
31
+ - uses : actions/upload-artifact@v4
31
32
with :
32
33
name : json-schmea
33
34
path : build/otio.schema.json
You can’t perform that action at this time.
0 commit comments