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:
84
84
runs-on : ubuntu-latest
85
85
steps :
86
86
- name : Download NuGet packages for .NET 6.0
87
- uses : actions/download-artifact@v4
87
+ uses : actions/download-artifact@v5
88
88
with :
89
89
name : nuget-packages-6.0.x
90
90
path : ./Artifacts
91
91
92
92
- name : Download NuGet packages for .NET 7.0
93
- uses : actions/download-artifact@v4
93
+ uses : actions/download-artifact@v5
94
94
with :
95
95
name : nuget-packages-7.0.x
96
96
path : ./Artifacts
97
97
98
98
- name : Download NuGet packages for .NET 8.0
99
- uses : actions/download-artifact@v4
99
+ uses : actions/download-artifact@v5
100
100
with :
101
101
name : nuget-packages-8.0.x
102
102
path : ./Artifacts
103
103
104
104
- name : Download NuGet packages for .NET 9.0
105
- uses : actions/download-artifact@v4
105
+ uses : actions/download-artifact@v5
106
106
with :
107
107
name : nuget-packages-9.0.x
108
108
path : ./Artifacts
You can’t perform that action at this time.
0 commit comments