mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1608 from openmv/dependabot/github_actions/actions/download-artifact-3
build(deps): bump actions/download-artifact from 2 to 3
This commit is contained in:
commit
946c9758c6
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