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 @@ -143,14 +143,14 @@ jobs:
143143 pip install requests markdown argparse
144144
145145 - name : Download NuGet Crab
146- uses : actions/download-artifact@v4
146+ uses : actions/download-artifact@v7
147147 continue-on-error : false
148148 with :
149149 name : nuget-Be.Vlaanderen.Basisregisters.Crab-${{ needs.set-release-version.outputs.version }}
150150 path : dist/nuget/
151151
152152 - name : Download NuGet Crab Autofac
153- uses : actions/download-artifact@v4
153+ uses : actions/download-artifact@v7
154154 continue-on-error : false
155155 with :
156156 name : nuget-Be.Vlaanderen.Basisregisters.Crab.Autofac-${{ needs.set-release-version.outputs.version }}
@@ -199,14 +199,14 @@ jobs:
199199 run : dotnet --info
200200
201201 - name : Download NuGet Crab
202- uses : actions/download-artifact@v4
202+ uses : actions/download-artifact@v7
203203 continue-on-error : false
204204 with :
205205 name : nuget-Be.Vlaanderen.Basisregisters.Crab-${{ needs.release.outputs.version }}
206206 path : ~/
207207
208208 - name : Download NuGet Crab Autofac
209- uses : actions/download-artifact@v4
209+ uses : actions/download-artifact@v7
210210 continue-on-error : false
211211 with :
212212 name : nuget-Be.Vlaanderen.Basisregisters.Crab.Autofac-${{ needs.release.outputs.version }}
You can’t perform that action at this time.
0 commit comments