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 @@ -40,15 +40,15 @@ jobs:
4040 uses : actions/checkout@v2
4141 - name : Setup .NET
4242 uses : actions/setup-dotnet@v1
43- - uses : actions/download-artifact@v2
43+ - uses : actions/download-artifact@v3
4444 with :
4545 name : Code coverage ubuntu-latest
4646 path : coverage-ubuntu
47- - uses : actions/download-artifact@v2
47+ - uses : actions/download-artifact@v3
4848 with :
4949 name : Code coverage windows-latest
5050 path : coverage-windows
51- - uses : actions/download-artifact@v2
51+ - uses : actions/download-artifact@v3
5252 with :
5353 name : Code coverage macos-latest
5454 path : coverage-macos
9494 fetch-depth : 0
9595 - name : Setup .NET
9696 uses : actions/setup-dotnet@v1
97- - uses : actions/download-artifact@v2
97+ - uses : actions/download-artifact@v3
9898 with :
9999 name : NuGet packages
100100 path : packages
You can’t perform that action at this time.
0 commit comments