chore(deps): bump actions/upload-artifact from 3 to 4 (#5147)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-02 08:08:38 +01:00
committed by GitHub
parent 9e768bee49
commit 3cc2f997a3
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ jobs:
python3 lib/lv_bindings/lvgl/tests/micropy_test/__init__.py --artifact-path=lib/lv_bindings/lvgl/tests/micropy_test/artifacts --mpy-path=ports/unix/build-standard/micropython
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts
path: lib/lv_bindings/lvgl/tests/micropy_test/artifacts

View File

@@ -38,7 +38,7 @@ jobs:
run: python tests/main.py --report test
- name: Archive screenshot errors
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshot-errors-amd64
path: |
@@ -102,7 +102,7 @@ jobs:
env PATH="/usr/lib/ccache:$PATH" NON_AMD64_BUILD=1 ASAN_OPTIONS=detect_leaks=0 python3 tests/main.py test
- name: Archive screenshot errors
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshot-errors-${{ matrix.arch }}
path: |