9090                  fetch-depth : 0 
9191
9292            - name : Download NuGet Artifacts 
93-               uses : actions/download-artifact@v5  
93+               uses : actions/download-artifact@v6  
9494              with :
9595                  name : NuGets 
9696                  path : nugets 
@@ -124,13 +124,13 @@ jobs:
124124
125125        steps :
126126            - name : Download NuGet Artifacts 
127-               uses : actions/download-artifact@v5  
127+               uses : actions/download-artifact@v6  
128128              with :
129129                  name : NuGets 
130130                  path : nugets 
131131
132132            - name : Download Demo App Artifacts 
133-               uses : actions/download-artifact@v5  
133+               uses : actions/download-artifact@v6  
134134              with :
135135                  name : DemoApp 
136136                  path : demo-app 
@@ -139,7 +139,7 @@ jobs:
139139              run : zip -r DemoApp.zip demo-app/* 
140140
141141            - name : Download Release Notes 
142-               uses : actions/download-artifact@v5  
142+               uses : actions/download-artifact@v6  
143143              with :
144144                  name : ReleaseNotes 
145145
@@ -161,7 +161,7 @@ jobs:
161161                  repository : ${{ github.repository }}.wiki 
162162
163163            - name : Download Icon Changes 
164-               uses : actions/download-artifact@v5  
164+               uses : actions/download-artifact@v6  
165165              with :
166166                  name : IconChanges 
167167                  path : icon-changes 
@@ -224,7 +224,7 @@ jobs:
224224
225225        steps :
226226            - name : Download NuGet Artifacts 
227-               uses : actions/download-artifact@v5  
227+               uses : actions/download-artifact@v6  
228228              with :
229229                  name : NuGets 
230230                  path : nugets 
0 commit comments