File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3636 - name : Build macOS port
3737 run : python3 make.py macOS DISPLAY=sdl_display INDEV=sdl_pointer
3838
39- - uses : actions/upload-artifact@v4
39+ - uses : actions/upload-artifact@v5
4040 with :
4141 name : lvgl_micropy_macos
4242 path : build/lvgl_micropy_macos
@@ -47,12 +47,12 @@ jobs:
4747 runs-on : macos-latest
4848
4949 steps :
50- - uses : actions/checkout@v4
51- - uses : carlosperate/arm-none-eabi-gcc-action@v1.8 .1
50+ - uses : actions/checkout@v6
51+ - uses : carlosperate/arm-none-eabi-gcc-action@v1.11 .1
5252 with :
5353 release : ' latest' # The arm-none-eabi-gcc release to use.
5454
55- - uses : actions/setup-python@v5
55+ - uses : actions/setup-python@v6.1.0
5656 with :
5757 python-version : ' 3.10'
5858
6464
6565 - name : Cached Deps
6666 id : cache-deps
67- uses : actions/cache@v4
67+ uses : actions/cache@v4.3.0
6868 with :
6969 path : |
7070 lib/esp-idf
Original file line number Diff line number Diff line change 1111 if : ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6.1.0
1717 with :
1818 python-version : ' 3.11'
1919
2626
2727 - name : Cached Deps
2828 id : cache-deps
29- uses : actions/cache@v4
29+ uses : actions/cache@v4.3.0
3030 with :
3131 path : |
3232 lib/esp-idf
6666 - name : Build ESP32_GENERIC_S2 4
6767 run : python3 make.py esp32 BOARD=ESP32_GENERIC_S2 DISPLAY=all INDEV=all EXPANDER=all --ccache --no-scrub
6868
69- - uses : actions/upload-artifact@v4
69+ - uses : actions/upload-artifact@v5
7070 with :
7171 name : lvgl_micropy_ESP32
7272 path : build/*.bin
7777 runs-on : self-hosted
7878
7979 steps :
80- - uses : actions/checkout@v4
81- - uses : actions/setup-python@v5
80+ - uses : actions/checkout@v6
81+ - uses : actions/setup-python@v6.1.0
8282 with :
8383 python-version : ' 3.11'
8484
9696 - name : Build Unix port
9797 run : python3 make.py unix DISPLAY=sdl_display INDEV=sdl_pointer
9898
99- - uses : actions/upload-artifact@v4
99+ - uses : actions/upload-artifact@v5
100100 with :
101101 name : lvgl_micropy_unix
102102 path : build/lvgl_micropy_unix
You can’t perform that action at this time.
0 commit comments