File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66  build :
77    runs-on : ubuntu-latest 
88    steps :
9-     - uses : actions/checkout@v2  
9+     - uses : actions/checkout@v4  
1010    - name : make 
1111      uses : ./.github/actions/build-sqljs 
12-     - uses : actions/upload-artifact@v2  
12+     - uses : actions/upload-artifact@v4  
1313      with : {name: dist, path: dist} 
1414    - name : test 
1515      run : npm ci && npm test 
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111    name : Create a release 
1212    runs-on : ubuntu-latest 
1313    steps :
14-       - uses : actions/checkout@v2  
14+       - uses : actions/checkout@v4  
1515      - name : make 
1616        uses : ./.github/actions/build-sqljs 
1717      - name : Create Release 
1818        id : create_release 
19-         uses : actions/create-release@v1.0.0  
19+         uses : actions/create-release@v1.1.4  
2020        env :
2121          GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
2222        with :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments