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 @@ -96,25 +96,25 @@ jobs:
9696 uses : actions/checkout@v3
9797
9898 - name : Download Core
99- uses : actions/download-artifact@v3
99+ uses : actions/download-artifact@v4
100100 with :
101101 name : Core
102102 path : artifacts\Core
103103
104104 - name : Download Wpf
105- uses : actions/download-artifact@v3
105+ uses : actions/download-artifact@v4
106106 with :
107107 name : Wpf
108108 path : artifacts\Wpf
109109
110110 - name : Download Uno
111- uses : actions/download-artifact@v3
111+ uses : actions/download-artifact@v4
112112 with :
113113 name : Uno
114114 path : artifacts\Uno
115115
116116 - name : Download Maui
117- uses : actions/download-artifact@v3
117+ uses : actions/download-artifact@v4
118118 with :
119119 name : Maui
120120 path : artifacts\Maui
You can’t perform that action at this time.
0 commit comments