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 @@ -84,25 +84,25 @@ jobs:
8484 runs-on : ubuntu-latest
8585 steps :
8686 - name : Download NuGet packages for .NET 6.0
87- uses : actions/download-artifact@v4
87+ uses : actions/download-artifact@v5
8888 with :
8989 name : nuget-packages-6.0.x
9090 path : ./Artifacts
9191
9292 - name : Download NuGet packages for .NET 7.0
93- uses : actions/download-artifact@v4
93+ uses : actions/download-artifact@v5
9494 with :
9595 name : nuget-packages-7.0.x
9696 path : ./Artifacts
9797
9898 - name : Download NuGet packages for .NET 8.0
99- uses : actions/download-artifact@v4
99+ uses : actions/download-artifact@v5
100100 with :
101101 name : nuget-packages-8.0.x
102102 path : ./Artifacts
103103
104104 - name : Download NuGet packages for .NET 9.0
105- uses : actions/download-artifact@v4
105+ uses : actions/download-artifact@v5
106106 with :
107107 name : nuget-packages-9.0.x
108108 path : ./Artifacts
You can’t perform that action at this time.
0 commit comments