File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102
103103      - name : 📊 Subir reporte Trivy 
104104        if : always() 
105-         uses : actions/upload-artifact@v4  
105+         uses : actions/upload-artifact@v5  
106106        with :
107107          name : trivy-report 
108108          path : trivy-report.txt 
Original file line number Diff line number Diff line change 8888
8989name : 📊 Subir resultados de prueba 
9090        if : always() 
91-         uses : actions/upload-artifact@v4  
91+         uses : actions/upload-artifact@v5  
9292        with :
9393          name : test-results 
9494          path : ./TestResults 
9797        run : dotnet publish "$SOLUTION_PATH" -c Release -o ./publish 
9898
9999      - name : 📤 Subir artefacto de build 
100-         uses : actions/upload-artifact@v4  
100+         uses : actions/upload-artifact@v5  
101101        with :
102102          name : backend-artifact 
103103          path : ./publish 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments