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:
1111    runs-on : ubuntu-latest 
1212
1313    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 
1617      with :
1718        submodules : ' recursive' 
18-     - uses : actions/setup-node@v2  
19+     - uses : actions/setup-node@v4  
1920      with :
2021        node-version : ' 10' 
2122    - run : | 
2223        npm install 
2324        npm run build 
24-      - uses : actions/upload-artifact@v2  
25+      - uses : actions/upload-artifact@v4  
2526      with :
2627        name : documentation 
2728        path : | 
2829          build/ 
2930          !build/otio.schema.json 
30-      - uses : actions/upload-artifact@v2  
31+      - uses : actions/upload-artifact@v4  
3132      with :
3233        name : json-schmea 
3334        path : build/otio.schema.json 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments