mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
build(deps): bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- 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
92da636906
commit
fd4e5a2d73
4
.github/workflows/firmware.yml
vendored
4
.github/workflows/firmware.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
submodules: false
|
||||
|
||||
- name: '🤌 Download artifacts'
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: firmware
|
||||
@ -115,7 +115,7 @@ jobs:
|
||||
submodules: false
|
||||
|
||||
- name: '🤌 Download artifacts'
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: firmware
|
||||
|
||||
Loading…
Reference in New Issue
Block a user