File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 run : (cd test/unit && make DEBUG=1 CXX=${{matrix.cpp_compiler}} --jobs=$(getconf _NPROCESSORS_ONLN) test)
2222 - name : Build Lexilla
2323 run : (cd src && make DEBUG=1 CXX=${{matrix.cpp_compiler}} --jobs=$(getconf _NPROCESSORS_ONLN))
24- - uses : actions/upload-artifact@v4
24+ - uses : actions/upload-artifact@v6
2525 with :
2626 name : liblexilla.dylib
2727 path : bin/liblexilla.dylib
Original file line number Diff line number Diff line change 3939 cd src
4040 nmake -f lexilla.mak DEBUG=1
4141 cd ..
42- - uses : actions/upload-artifact@v4
42+ - uses : actions/upload-artifact@v6
4343 with :
4444 name : lexilla${{ matrix.arch == 'amd64_arm64' && '-arm64' || '' }}.dll
4545 path : bin/lexilla.dll
Original file line number Diff line number Diff line change 2121 run : (cd test/unit && make DEBUG=1 CXX=${{matrix.cpp_compiler}} --jobs=$(getconf _NPROCESSORS_ONLN) test)
2222 - name : Build Lexilla
2323 run : (cd src && make DEBUG=1 CXX=${{matrix.cpp_compiler}} --jobs=$(getconf _NPROCESSORS_ONLN))
24- - uses : actions/upload-artifact@v4
24+ - uses : actions/upload-artifact@v6
2525 with :
2626 name : liblexilla-${{matrix.cpp_compiler}}.so
2727 path : bin/liblexilla.so
You can’t perform that action at this time.
0 commit comments