mirror of
https://github.com/lvgl/lvgl.git
synced 2026-03-23 22:39:09 +08:00
ci(deps): bump actions/upload-artifact from 6 to 7 (#9787)
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:
2
.github/workflows/build_micropython.yml
vendored
2
.github/workflows/build_micropython.yml
vendored
@@ -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
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: test-artifacts
|
||||
path: user_modules/lv_binding_micropython/lvgl/tests/micropy_test/artifacts
|
||||
|
||||
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
@@ -147,7 +147,7 @@ jobs:
|
||||
fi
|
||||
- name: Archive screenshot errors
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: screenshot-errors-amd64
|
||||
path: |
|
||||
@@ -173,7 +173,7 @@ jobs:
|
||||
|
||||
- name: Upload untracked reference images
|
||||
if: steps.check_untracked_ref_imgs.outputs.new_ref_imgs_found == 'true'
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: Untracked Reference Images
|
||||
path: untracked_ref_imgs.zip
|
||||
@@ -186,7 +186,7 @@ jobs:
|
||||
|
||||
- name: Upload coverage reports as artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: coverage-reports-${{ matrix.build_config }}
|
||||
path: tests/report/
|
||||
|
||||
4
.github/workflows/perf_emulation.yml
vendored
4
.github/workflows/perf_emulation.yml
vendored
@@ -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
|
||||
|
||||
- name: Upload Results
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: results-${{matrix.image_type}}-${{matrix.config}}
|
||||
path: results-${{matrix.image_type}}-${{matrix.config}}.json
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
echo ${{ github.event.number }} > pr_number
|
||||
|
||||
- name: Upload PR number as artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: pr_number
|
||||
path: pr_number
|
||||
|
||||
4
.github/workflows/perf_hardware.yml
vendored
4
.github/workflows/perf_hardware.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
--seconds 1800
|
||||
|
||||
- name: Upload Comment
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: comment
|
||||
path: comment.md
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
echo ${{ github.event.number }} > pr_number
|
||||
|
||||
- name: Upload PR number as artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: pr_number
|
||||
path: pr_number
|
||||
|
||||
Reference in New Issue
Block a user