build(deps): bump actions/upload-artifact from 5 to 6 (#9495)

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]
2026-01-05 12:13:02 +08:00
committed by GitHub
parent 3641fa0254
commit f3b42adfea
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ jobs:
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 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
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: test-artifacts name: test-artifacts
path: user_modules/lv_binding_micropython/lvgl/tests/micropy_test/artifacts path: user_modules/lv_binding_micropython/lvgl/tests/micropy_test/artifacts
+3 -3
View File
@@ -147,7 +147,7 @@ jobs:
fi fi
- name: Archive screenshot errors - name: Archive screenshot errors
if: failure() if: failure()
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: screenshot-errors-amd64 name: screenshot-errors-amd64
path: | path: |
@@ -173,7 +173,7 @@ jobs:
- name: Upload untracked reference images - name: Upload untracked reference images
if: steps.check_untracked_ref_imgs.outputs.new_ref_imgs_found == 'true' if: steps.check_untracked_ref_imgs.outputs.new_ref_imgs_found == 'true'
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: Untracked Reference Images name: Untracked Reference Images
path: untracked_ref_imgs.zip path: untracked_ref_imgs.zip
@@ -186,7 +186,7 @@ jobs:
- name: Upload coverage reports as artifacts - name: Upload coverage reports as artifacts
if: always() if: always()
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: coverage-reports-${{ matrix.build_config }} name: coverage-reports-${{ matrix.build_config }}
path: tests/report/ path: tests/report/
+2 -2
View File
@@ -79,7 +79,7 @@ jobs:
sudo cat $(docker inspect --format='{{.LogPath}}' so3-lvperf) | python scripts/perf/filter_docker_benchmark_logs.py results-${{matrix.image_type}}-${{matrix.config}}.json sudo cat $(docker inspect --format='{{.LogPath}}' so3-lvperf) | python scripts/perf/filter_docker_benchmark_logs.py results-${{matrix.image_type}}-${{matrix.config}}.json
- name: Upload Results - name: Upload Results
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: results-${{matrix.image_type}}-${{matrix.config}} name: results-${{matrix.image_type}}-${{matrix.config}}
path: results-${{matrix.image_type}}-${{matrix.config}}.json path: results-${{matrix.image_type}}-${{matrix.config}}.json
@@ -96,7 +96,7 @@ jobs:
echo ${{ github.event.number }} > pr_number echo ${{ github.event.number }} > pr_number
- name: Upload PR number as artifact - name: Upload PR number as artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: pr_number name: pr_number
path: pr_number path: pr_number
+2 -2
View File
@@ -45,7 +45,7 @@ jobs:
--seconds 1800 --seconds 1800
- name: Upload Comment - name: Upload Comment
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: comment name: comment
path: comment.md path: comment.md
@@ -65,7 +65,7 @@ jobs:
echo ${{ github.event.number }} > pr_number echo ${{ github.event.number }} > pr_number
- name: Upload PR number as artifact - name: Upload PR number as artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: pr_number name: pr_number
path: pr_number path: pr_number