File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9696 python3 user_modules/lv_binding_micropython/lvgl/tests/micropy_test/__init__.py --artifact-path=user_modules/lv_binding_micropython/lvgl/tests/micropy_test/artifacts --mpy-path=ports/unix/build-lvgl/micropython
9797
9898 - name : Upload Artifacts
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v5
100100 with :
101101 name : test-artifacts
102102 path : user_modules/lv_binding_micropython/lvgl/tests/micropy_test/artifacts
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 run : python tests/main.py --report --update-image test --auto-clean
136136 - name : Archive screenshot errors
137137 if : failure()
138- uses : actions/upload-artifact@v4
138+ uses : actions/upload-artifact@v5
139139 with :
140140 name : screenshot-errors-amd64
141141 path : |
@@ -161,7 +161,7 @@ jobs:
161161
162162 - name : Upload untracked reference images
163163 if : steps.check_untracked_ref_imgs.outputs.new_ref_imgs_found == 'true'
164- uses : actions/upload-artifact@v4
164+ uses : actions/upload-artifact@v5
165165 with :
166166 name : Untracked Reference Images
167167 path : untracked_ref_imgs.zip
You can’t perform that action at this time.
0 commit comments