File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
- uses : actions/checkout@v4
85
85
- name : Setup .NET
86
86
uses : ./.github/setup-dotnet
87
- - uses : actions/download-artifact@v4
87
+ - uses : actions/download-artifact@v5
88
88
with :
89
89
name : nuget
90
90
path : ${{ env.NuGetDirectory }}
@@ -204,7 +204,7 @@ jobs:
204
204
- name : Install dotnet-coverage
205
205
run : dotnet tool update --global dotnet-coverage
206
206
- name : Download test results
207
- uses : actions/download-artifact@v4
207
+ uses : actions/download-artifact@v5
208
208
with :
209
209
pattern : test-results-*
210
210
path : test-results
@@ -228,7 +228,7 @@ jobs:
228
228
- uses : actions/checkout@v4
229
229
- name : Setup .NET
230
230
uses : ./.github/setup-dotnet
231
- - uses : actions/download-artifact@v4
231
+ - uses : actions/download-artifact@v5
232
232
with :
233
233
name : nuget
234
234
path : ${{ env.NuGetDirectory }}
You can’t perform that action at this time.
0 commit comments