mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
294eaf309f
commit
b53c744a77
2
.github/workflows/code-size-report.yml
vendored
2
.github/workflows/code-size-report.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: '↓ Download code size report'
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: code-size-report
|
||||
run-id: ${{ github.event.workflow_run.id }}
|
||||
|
6
.github/workflows/firmware.yml
vendored
6
.github/workflows/firmware.yml
vendored
@ -142,7 +142,7 @@ jobs:
|
||||
pip install tabulate==0.9.0
|
||||
|
||||
- name: '↓ Download artifacts'
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
path: new_firmware
|
||||
merge-multiple: false
|
||||
@ -181,7 +181,7 @@ jobs:
|
||||
submodules: false
|
||||
|
||||
- name: '↓ Download artifacts'
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
path: firmware
|
||||
|
||||
@ -225,7 +225,7 @@ jobs:
|
||||
submodules: false
|
||||
|
||||
- name: '↓ Download artifacts'
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
path: firmware
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user