File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1010      - uses : actions/checkout@v4 
1111
1212      - name : Download test results 
13-         uses : actions/download-artifact@v4  
13+         uses : actions/download-artifact@v5  
1414        with :
1515          pattern : testresults-* 
1616
Original file line number Diff line number Diff line change 6464      name : azure-artifacts 
6565    steps :
6666      - name : Download package 
67-         uses : actions/download-artifact@v4  
67+         uses : actions/download-artifact@v5  
6868        with :
6969          name : nuget-packages 
7070
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ jobs:
5858          dotnet-version : ${{ env.DEFAULT_DOTNET_VERSION }} 
5959
6060      - name : Download Package List 
61-         uses : actions/download-artifact@v4  
61+         uses : actions/download-artifact@v5  
6262        with :
6363          name : nuget-packages 
6464          path : ${{ github.workspace }}/packages 
6565
6666      - name : Download NuGet package list 
67-         uses : actions/download-artifact@v4  
67+         uses : actions/download-artifact@v5  
6868        with :
6969          name : nuget-list 
7070          path : ${{ github.workspace }} 
@@ -104,7 +104,7 @@ jobs:
104104      name : nuget-beta 
105105    steps :
106106      - name : Download package 
107-         uses : actions/download-artifact@v4  
107+         uses : actions/download-artifact@v5  
108108        with :
109109          name : signed-nuget-packages 
110110
@@ -118,7 +118,7 @@ jobs:
118118      name : azure-artifacts 
119119    steps :
120120      - name : Download package 
121-         uses : actions/download-artifact@v4  
121+         uses : actions/download-artifact@v5  
122122        with :
123123          name : signed-nuget-packages 
124124
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
5757          dotnet-version : ${{ env.DEFAULT_DOTNET_VERSION }} 
5858
5959      - name : Download Package List 
60-         uses : actions/download-artifact@v4  
60+         uses : actions/download-artifact@v5  
6161        with :
6262          name : nuget-packages 
6363          path : ${{ github.workspace }}/packages 
6464
6565      - name : Download NuGet package list 
66-         uses : actions/download-artifact@v4  
66+         uses : actions/download-artifact@v5  
6767        with :
6868          name : nuget-list 
6969          path : ${{ github.workspace }} 
@@ -103,7 +103,7 @@ jobs:
103103      name : release 
104104    steps :
105105      - name : Download package 
106-         uses : actions/download-artifact@v4  
106+         uses : actions/download-artifact@v5  
107107        with :
108108          name : signed-nuget-packages 
109109
@@ -120,7 +120,7 @@ jobs:
120120      name : nuget-stable 
121121    steps :
122122      - name : Download package 
123-         uses : actions/download-artifact@v4  
123+         uses : actions/download-artifact@v5  
124124        with :
125125          name : signed-nuget-packages 
126126
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments