File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1212    runs-on : ubuntu-latest 
1313    steps :
1414    - name : " Checkout" 
15-       uses : actions/checkout@v2  
15+       uses : actions/checkout@v4  
1616
1717    - name : " Update Archive" 
1818      uses : martinthomson/i-d-template@v1 
2727        token : ${{ secrets.GITHUB_TOKEN }} 
2828
2929    - name : " Save Archive" 
30-       uses : actions/upload-artifact@v2  
30+       uses : actions/upload-artifact@v4  
3131      with :
3232        path : archive.json 
Original file line number Diff line number Diff line change 2020    runs-on : ubuntu-latest 
2121    steps :
2222    - name : " Checkout" 
23-       uses : actions/checkout@v2  
24-      
23+       uses : actions/checkout@v4  
24+ 
2525    - name : Install System Dependencies 
2626      run : sudo apt-get install --yes libyaml-dev openssl ruby-dev 
2727
3333        date -u "+::set-output name=date::%FT%T" 
3434
3535name : " Cache References" 
36-       uses : actions/cache@v2  
36+       uses : actions/cache@v4  
3737      with :
3838        path : | 
3939          ${{ steps.cache-setup.outputs.path }} 
5454        token : ${{ secrets.GITHUB_TOKEN }} 
5555
5656    - name : " Archive Built Drafts" 
57-       uses : actions/upload-artifact@v2  
57+       uses : actions/upload-artifact@v4  
5858      with :
5959        path : | 
6060          draft-*.html 
Original file line number Diff line number Diff line change 1111    runs-on : ubuntu-latest 
1212    steps :
1313    - name : " Checkout" 
14-       uses : actions/checkout@v2  
14+       uses : actions/checkout@v4  
1515
1616    #  See https://github.com/actions/checkout/issues/290
1717    - name : " Get Tag Annotations" 
2525        date -u "+::set-output name=date::%FT%T" 
2626
2727name : " Cache References" 
28-       uses : actions/cache@v2  
28+       uses : actions/cache@v4  
2929      with :
3030        path : | 
3131          ${{ steps.cache-setup.outputs.path }} 
4444        make : upload 
4545
4646    - name : " Archive Submitted Drafts" 
47-       uses : actions/upload-artifact@v2  
47+       uses : actions/upload-artifact@v4  
4848      with :
4949        path : " draft-*-[0-9][0-9].xml" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments