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 @@ -42,15 +42,15 @@ jobs:
42
42
uses : actions/checkout@v4
43
43
- name : Setup .NET
44
44
uses : actions/setup-dotnet@v4
45
- - uses : actions/download-artifact@v3
45
+ - uses : actions/download-artifact@v4
46
46
with :
47
47
name : Code coverage ubuntu-latest
48
48
path : coverage-ubuntu
49
- - uses : actions/download-artifact@v3
49
+ - uses : actions/download-artifact@v4
50
50
with :
51
51
name : Code coverage windows-latest
52
52
path : coverage-windows
53
- - uses : actions/download-artifact@v3
53
+ - uses : actions/download-artifact@v4
54
54
with :
55
55
name : Code coverage macos-latest
56
56
path : coverage-macos
@@ -103,7 +103,7 @@ jobs:
103
103
fetch-depth : 0
104
104
- name : Setup .NET
105
105
uses : actions/setup-dotnet@v4
106
- - uses : actions/download-artifact@v3
106
+ - uses : actions/download-artifact@v4
107
107
with :
108
108
name : NuGet packages
109
109
path : packages
You can’t perform that action at this time.
0 commit comments