File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Download artifact
20
20
id : download-artifact
21
- uses : dawidd6/action-download-artifact@v2
21
+ uses : dawidd6/action-download-artifact@v6
22
22
with :
23
23
run_id : ${{ github.event.workflow_run.id }}
24
24
name : test-results
Original file line number Diff line number Diff line change 12
12
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
13
</PackageReference >
14
14
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
15
- <PackageReference Include =" NSubstitute" Version =" 5.1 .0" />
15
+ <PackageReference Include =" NSubstitute" Version =" 5.3 .0" />
16
16
<PackageReference Include =" System.Linq.Async" Version =" 6.0.1" />
17
17
<PackageReference Include =" xunit" Version =" 2.9.2" />
18
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
18
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.0 " >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
<PrivateAssets >all</PrivateAssets >
21
21
</PackageReference >
You can’t perform that action at this time.
0 commit comments