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:
4242 uses : actions/checkout@v4
4343 - name : Setup .NET
4444 uses : actions/setup-dotnet@v4
45- - uses : actions/download-artifact@v3
45+ - uses : actions/download-artifact@v4
4646 with :
4747 name : Code coverage ubuntu-latest
4848 path : coverage-ubuntu
49- - uses : actions/download-artifact@v3
49+ - uses : actions/download-artifact@v4
5050 with :
5151 name : Code coverage windows-latest
5252 path : coverage-windows
53- - uses : actions/download-artifact@v3
53+ - uses : actions/download-artifact@v4
5454 with :
5555 name : Code coverage macos-latest
5656 path : coverage-macos
@@ -103,7 +103,7 @@ jobs:
103103 fetch-depth : 0
104104 - name : Setup .NET
105105 uses : actions/setup-dotnet@v4
106- - uses : actions/download-artifact@v3
106+ - uses : actions/download-artifact@v4
107107 with :
108108 name : NuGet packages
109109 path : packages
You can’t perform that action at this time.
0 commit comments