File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed
Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -108,34 +108,34 @@ jobs:
108108 runs-on : windows-latest
109109 steps :
110110 - name : Checkout
111- uses : actions/checkout@v3
111+ uses : actions/checkout@v4
112112
113113 - name : Download Core
114- uses : actions/download-artifact@v3
114+ uses : actions/download-artifact@v4
115115 with :
116116 name : Core
117117 path : artifacts\Core
118118
119119 - name : Download Wpf
120- uses : actions/download-artifact@v3
120+ uses : actions/download-artifact@v4
121121 with :
122122 name : Wpf
123123 path : artifacts\Wpf
124124
125125 - name : Download Forms
126- uses : actions/download-artifact@v3
126+ uses : actions/download-artifact@v4
127127 with :
128128 name : Forms
129129 path : artifacts\Forms
130130
131131 - name : Download Uno
132- uses : actions/download-artifact@v3
132+ uses : actions/download-artifact@v4
133133 with :
134134 name : Uno
135135 path : artifacts\Uno
136136
137137 - name : Download Maui
138- uses : actions/download-artifact@v3
138+ uses : actions/download-artifact@v4
139139 with :
140140 name : Maui
141141 path : artifacts\Maui
@@ -145,7 +145,7 @@ jobs:
145145 shell : powershell
146146
147147 - name : Upload Consolidated NuGets
148- uses : actions/upload-artifact@v3
148+ uses : actions/upload-artifact@v4
149149 with :
150150 name : NuGet
151151 path : .\artifacts\nuget
Original file line number Diff line number Diff line change @@ -94,34 +94,34 @@ jobs:
9494 runs-on : windows-latest
9595 steps :
9696 - name : Checkout
97- uses : actions/checkout@v3
97+ uses : actions/checkout@v4
9898
9999 - name : Download Core
100- uses : actions/download-artifact@v3
100+ uses : actions/download-artifact@v4
101101 with :
102102 name : Core
103103 path : artifacts\Core
104104
105105 - name : Download Wpf
106- uses : actions/download-artifact@v3
106+ uses : actions/download-artifact@v4
107107 with :
108108 name : Wpf
109109 path : artifacts\Wpf
110110
111111 - name : Download Forms
112- uses : actions/download-artifact@v3
112+ uses : actions/download-artifact@v4
113113 with :
114114 name : Forms
115115 path : artifacts\Forms
116116
117117 - name : Download Uno
118- uses : actions/download-artifact@v3
118+ uses : actions/download-artifact@v4
119119 with :
120120 name : Uno
121121 path : artifacts\Uno
122122
123123 - name : Download Maui
124- uses : actions/download-artifact@v3
124+ uses : actions/download-artifact@v4
125125 with :
126126 name : Maui
127127 path : artifacts\Maui
@@ -131,7 +131,7 @@ jobs:
131131 shell : powershell
132132
133133 - name : Upload Consolidated NuGets
134- uses : actions/upload-artifact@v3
134+ uses : actions/upload-artifact@v4
135135 with :
136136 name : NuGet
137137 path : .\artifacts\nuget
Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
33 <PackageVersion Include =" PolySharp" Version =" 1.14.1" />
4- <PackageVersion Include =" Prism.Container.Abstractions" Version =" 9.0.107 " />
5- <PackageVersion Include =" Prism.Container.DryIoc" Version =" 9.0.107 " />
6- <PackageVersion Include =" Prism.Container.Unity" Version =" 9.0.107 " />
4+ <PackageVersion Include =" Prism.Container.Abstractions" Version =" 9.0.114 " />
5+ <PackageVersion Include =" Prism.Container.DryIoc" Version =" 9.0.114 " />
6+ <PackageVersion Include =" Prism.Container.Unity" Version =" 9.0.114 " />
77 <PackageVersion Include =" System.ValueTuple" Version =" 4.5.0" />
88 <PackageVersion Include =" System.Reactive" Version =" 6.0.1" />
99 <PackageVersion Include =" Xamarin.Forms" Version =" 5.0.0.2401" />
You can’t perform that action at this time.
0 commit comments