mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1609 from openmv/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 2 to 3
This commit is contained in:
commit
dc4668f79d
2
.github/workflows/firmware.yml
vendored
2
.github/workflows/firmware.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
- name: '⬆ Upload artifacts'
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: firmware
|
||||
|
||||
Loading…
Reference in New Issue
Block a user