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 @@ -41,15 +41,15 @@ jobs:
4141 uses : actions/checkout@v4
4242 - name : Setup .NET
4343 uses : actions/setup-dotnet@v4
44- - uses : actions/download-artifact@v4
44+ - uses : actions/download-artifact@v5
4545 with :
4646 name : Code coverage ubuntu-latest
4747 path : coverage-ubuntu
48- - uses : actions/download-artifact@v4
48+ - uses : actions/download-artifact@v5
4949 with :
5050 name : Code coverage windows-latest
5151 path : coverage-windows
52- - uses : actions/download-artifact@v4
52+ - uses : actions/download-artifact@v5
5353 with :
5454 name : Code coverage macos-latest
5555 path : coverage-macos
9595 fetch-depth : 0
9696 - name : Setup .NET
9797 uses : actions/setup-dotnet@v4
98- - uses : actions/download-artifact@v4
98+ - uses : actions/download-artifact@v5
9999 with :
100100 name : NuGet packages
101101 path : packages
You can’t perform that action at this time.
0 commit comments