File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4141 cp build/libyogaObjLib.a ../dist/webgl/libyoga.a
4242
4343 - name : Upload Binaries
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4545 if : github.event_name == 'push'
4646 with :
4747 path : dist/**
7676 cp build/Release-iphoneos/libyogacore.a dist/iOS/libyoga.a
7777
7878 - name : Upload Binaries
79- uses : actions/upload-artifact@v3
79+ uses : actions/upload-artifact@v4
8080 if : github.event_name == 'push'
8181 with :
8282 path : dist/**
@@ -103,7 +103,7 @@ jobs:
103103 cp build32/Release/yogacore.dll dist/win-x86/yoga.dll
104104
105105 - name : Upload Binaries
106- uses : actions/upload-artifact@v3
106+ uses : actions/upload-artifact@v4
107107 if : github.event_name == 'push'
108108 with :
109109 path : dist/**
@@ -122,9 +122,8 @@ jobs:
122122 cp java/build/outputs/aar/yoga-release.aar dist/android/yoga.aar
123123
124124 - name : Upload Binaries
125- uses : actions/upload-artifact@v3
125+ uses : actions/upload-artifact@v4
126126 if : github.event_name == 'push'
127127 with :
128128 path : dist/**
129129 name : prebuilt_yoga_binaries
130-
You can’t perform that action at this time.
0 commit comments