mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
build(deps): bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5f9fe8b7a7
commit
1c2209320e
4
.github/workflows/firmware.yml
vendored
4
.github/workflows/firmware.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
submodules: false
|
submodules: false
|
||||||
|
|
||||||
- name: '🤌 Download artifacts'
|
- name: '🤌 Download artifacts'
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware
|
||||||
path: firmware
|
path: firmware
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
submodules: false
|
submodules: false
|
||||||
|
|
||||||
- name: '🤌 Download artifacts'
|
- name: '🤌 Download artifacts'
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware
|
||||||
path: firmware
|
path: firmware
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user