Skip to content

Commit e1e851a

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb85b35 commit e1e851a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
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

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)