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 7171
7272      - name : 📊 Subir reporte Trivy como artefacto 
7373        if : always()                  #  📁 se sube aunque falle
74-         uses : actions/upload-artifact@v4  
74+         uses : actions/upload-artifact@v5  
7575        with :
7676          name : trivy-report 
7777          path : trivy-report.txt 
Original file line number Diff line number Diff line change 5656
5757name : 📊 Subir resultados de prueba 
5858        if : always() 
59-         uses : actions/upload-artifact@v4  
59+         uses : actions/upload-artifact@v5  
6060        with :
6161          name : test-results 
6262          path : ./TestResults 
6565        run : dotnet publish "$SOLUTION_PATH" -c Release -o ./publish 
6666
6767      - name : 📤 Subir artefacto de build 
68-         uses : actions/upload-artifact@v4  
68+         uses : actions/upload-artifact@v5  
6969        with :
7070          name : backend-artifact 
7171          path : ./publish 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments