File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,22 +113,22 @@ jobs:
113113          cat RELEASE-NOTES 
114114
115115       - name : Download binaries (x86_64-apple-darwin) 
116-         uses : actions/download-artifact@v4  
116+         uses : actions/download-artifact@v6  
117117        with :
118118          name : tsc-dyn.x86_64-apple-darwin 
119119
120120      - name : Download binaries (aarch64-apple-darwin) 
121-         uses : actions/download-artifact@v4  
121+         uses : actions/download-artifact@v6  
122122        with :
123123          name : tsc-dyn.aarch64-apple-darwin 
124124
125125      - name : Download binaries (x86_64-unknown-linux-gnu) 
126-         uses : actions/download-artifact@v4  
126+         uses : actions/download-artifact@v6  
127127        with :
128128          name : tsc-dyn.x86_64-unknown-linux-gnu 
129129
130130      - name : Download binaries (x86_64-pc-windows-msvc) 
131-         uses : actions/download-artifact@v4  
131+         uses : actions/download-artifact@v6  
132132        with :
133133          name : tsc-dyn.x86_64-pc-windows-msvc 
134134
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments