1
0
Fork 0
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:
J Blackman 2024-06-22 09:16:05 +10:00 committed by GitHub
parent cff4c9cde3
commit ffdf918b07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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