From 3cc2f997a3a293355244e759d630d037a65538c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:08:38 +0100 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#5147) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_micropython.yml | 2 +- .github/workflows/ccpp.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_micropython.yml b/.github/workflows/build_micropython.yml index 9fc157756e..7445455742 100644 --- a/.github/workflows/build_micropython.yml +++ b/.github/workflows/build_micropython.yml @@ -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 diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 5de95bd2d1..e88a995272 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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: |