File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 
actions/download-cse-artifact Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44  using : composite 
55  steps :
66    - name : Download executable artifact 
7-       uses : actions/download-artifact@v3  
7+       uses : actions/download-artifact@v4  
88      with :
99        name : CSE.exe 
1010        path : msvc 
Original file line number Diff line number Diff line change 1111        shell : bash 
1212    steps :
1313      - name : Checkout 
14-         uses : actions/checkout@v3.3.0  
14+         uses : actions/checkout@v4  
1515        with :
1616          fetch-depth : 0 
1717          submodules : recursive 
2121        run : cmake --build . --config Release --target cse_tests 
2222        working-directory : msvc/build 
2323      - name : Upload cse.exe artifact 
24-         uses : actions/upload-artifact@v3  
24+         uses : actions/upload-artifact@v4  
2525        with :
2626          name : CSE.exe 
2727          path : msvc/CSE.exe 
4141    runs-on : windows-2022 
4242    steps :
4343      - name : Checkout 
44-         uses : actions/checkout@v3.3.0  
44+         uses : actions/checkout@v4  
4545      - name : Configure CMake 
4646        run : cmake -P cmake/configure.cmake 
4747      - name : Download CSE artifact 
5252        run : rake coverage 
5353        working-directory : doc 
5454      - name : Upload documentation 
55-         uses : actions/upload-artifact@v3  
55+         uses : actions/upload-artifact@v4  
5656        with :
5757          name : Documentation 
5858          path : | 
Original file line number Diff line number Diff line change 1414        shell : bash 
1515    steps :
1616      - name : Checkout 
17-         uses : actions/checkout@v3.3.0  
17+         uses : actions/checkout@v4  
1818        with :
1919          fetch-depth : 0 
2020          submodules : recursive 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments