File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818    runs-on : ubuntu-latest 
1919    steps :
2020    - name : " Checkout" 
21-       uses : actions/checkout@v2  
21+       uses : actions/checkout@v4  
2222
2323    #  Note: No caching for this build!
2424
3737        token : ${{ github.token }} 
3838
3939    - name : " Save Archive" 
40-       uses : actions/upload-artifact@v3  
40+       uses : actions/upload-artifact@v4  
4141      with :
4242        path : archive.json 
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020    runs-on : ubuntu-latest 
2121    steps :
2222    - name : " Checkout" 
23-       uses : actions/checkout@v3  
23+       uses : actions/checkout@v4  
2424
2525    - name : " Setup" 
2626      id : setup 
2727      run : date -u "+date=%FT%T" >>"$GITHUB_OUTPUT" 
2828
2929    - name : " Caching" 
30-       uses : actions/cache@v3  
30+       uses : actions/cache@v4  
3131      with :
3232        path : | 
3333          .refcache 
5151        token : ${{ github.token }} 
5252
5353    - name : " Archive Built Drafts" 
54-       uses : actions/upload-artifact@v3  
54+       uses : actions/upload-artifact@v4  
5555      with :
5656        path : | 
5757          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@v3  
14+       uses : actions/checkout@v4  
1515
1616    #  See https://github.com/actions/checkout/issues/290
1717    - name : " Get Tag Annotations" 
2222      run : date -u "+date=%FT%T" >>"$GITHUB_OUTPUT" 
2323
2424    - name : " Caching" 
25-       uses : actions/cache@v3  
25+       uses : actions/cache@v4  
2626      with :
2727        path : | 
2828          .refcache 
4444        make : upload 
4545
4646    - name : " Archive Submitted Drafts" 
47-       uses : actions/upload-artifact@v3  
47+       uses : actions/upload-artifact@v4  
4848      with :
4949        path : " versioned/draft-*-[0-9][0-9].*" 
Original file line number Diff line number Diff line change 2424    runs-on : ubuntu-latest 
2525    steps :
2626    - name : " Checkout" 
27-       uses : actions/checkout@v2  
27+       uses : actions/checkout@v4  
2828
2929    - name : " Update Generated Files" 
3030      uses : martinthomson/i-d-template@v1 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments