File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
echo "Clang-format found no formatting problems"
30
30
exit 0
31
31
- name : Upload clang-format patch
32
- uses : actions/upload-artifact@v2
32
+ uses : actions/upload-artifact@v4
33
33
if : ${{ failure() }}
34
34
# Unfortunately, artifact uploads are always zips :(
35
35
with :
Original file line number Diff line number Diff line change 71
71
./linuxdeployqt-continuous-x86_64.AppImage --appimage-extract-and-run appdir/usr/share/applications/*.desktop \
72
72
-appimage -verbose=2 -extra-plugins=iconengines
73
73
74
- - uses : actions/upload-artifact@v2
74
+ - uses : actions/upload-artifact@v4
75
75
with :
76
76
name : ${{ matrix.build-type }}_executable
77
77
path : Ripes*.AppImage*
Original file line number Diff line number Diff line change 59
59
sudo mv Ripes.app ${APPNAME}.app
60
60
sudo zip -r ${APPNAME}.zip ${APPNAME}.app/
61
61
62
- - uses : actions/upload-artifact@v2
62
+ - uses : actions/upload-artifact@v4
63
63
with :
64
64
name : ${{ matrix.build-type }}_executable
65
65
path : ${{ env.APPNAME }}.zip
Original file line number Diff line number Diff line change 91
91
.
92
92
make -j $(nproc)
93
93
94
- - uses : actions/upload-artifact@v2
94
+ - uses : actions/upload-artifact@v4
95
95
with :
96
96
name : ${{ matrix.build-type }}_wasm
97
97
path : |
Original file line number Diff line number Diff line change 54
54
--no-compiler-runtime --no-opengl-sw --no-translations Ripes.exe
55
55
7z a -r ../${APPNAME} *
56
56
57
- - uses : actions/upload-artifact@v2
57
+ - uses : actions/upload-artifact@v4
58
58
with :
59
59
name : ${{ matrix.build-type }}_executable
60
60
path : ${{ env.APPNAME }}
You can’t perform that action at this time.
0 commit comments