mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Node 16 based github actions no longer supported (#13705)
This commit is contained in:
parent
cff4c9cde3
commit
ffdf918b07
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -71,9 +71,9 @@ jobs:
|
|||
run: make EXTRA_FLAGS=-Werror ${{ matrix.target }}_rev
|
||||
|
||||
- name: Publish build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Assets
|
||||
name: ${{ matrix.target }}
|
||||
path: obj/*.hex
|
||||
retention-days: 60
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue