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 @@ -43,15 +43,15 @@ jobs:
4343 uses : actions/checkout@v2
4444 - name : Setup .NET
4545 uses : actions/setup-dotnet@v1
46- - uses : actions/download-artifact@v2
46+ - uses : actions/download-artifact@v3
4747 with :
4848 name : Code coverage ubuntu-latest
4949 path : coverage-ubuntu
50- - uses : actions/download-artifact@v2
50+ - uses : actions/download-artifact@v3
5151 with :
5252 name : Code coverage windows-latest
5353 path : coverage-windows
54- - uses : actions/download-artifact@v2
54+ - uses : actions/download-artifact@v3
5555 with :
5656 name : Code coverage macos-latest
5757 path : coverage-macos
9797 fetch-depth : 0
9898 - name : Setup .NET
9999 uses : actions/setup-dotnet@v1
100- - uses : actions/download-artifact@v2
100+ - uses : actions/download-artifact@v3
101101 with :
102102 name : NuGet packages
103103 path : packages
You can’t perform that action at this time.
0 commit comments