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 @@ -284,13 +284,13 @@ jobs:
284284 dotnet-quality : ' ga'
285285
286286 - name : Download NuGet List
287- uses : actions/download-artifact@v6
287+ uses : actions/download-artifact@v7
288288 with :
289289 name : nuget-list
290290 path : ./
291291
292292 - name : Download Package List
293- uses : actions/download-artifact@v6
293+ uses : actions/download-artifact@v7
294294 with :
295295 name : packages
296296 path : ./packages
@@ -356,7 +356,7 @@ jobs:
356356 dotnet-quality : ' ga'
357357
358358 - name : Download signed packages
359- uses : actions/download-artifact@v6
359+ uses : actions/download-artifact@v7
360360 with :
361361 name : signed-packages
362362 path : ./packages
@@ -384,7 +384,7 @@ jobs:
384384 dotnet-quality : ' ga'
385385
386386 - name : Download signed packages
387- uses : actions/download-artifact@v6
387+ uses : actions/download-artifact@v7
388388 with :
389389 name : signed-packages
390390 path : ./packages
You can’t perform that action at this time.
0 commit comments