mirror of https://github.com/rusefi/ChibiOS.git
github progress
This commit is contained in:
parent
2f8fff79cd
commit
03225f6bd4
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Attach USB_CDC_IAD
|
- name: Attach USB_CDC_IAD
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: USB_CDC_IAD binaries
|
name: USB_CDC_IAD binaries
|
||||||
path: testhal/AT32/AT32F4xx/USB_CDC_IAD/build/ch*.*
|
path: testhal/AT32/AT32F4xx/USB_CDC_IAD/build/ch*.*
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Attach RT-AT32F435-ARTERY144
|
- name: Attach RT-AT32F435-ARTERY144
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: RT-AT32F435-ARTERY144 binaries
|
name: RT-AT32F435-ARTERY144 binaries
|
||||||
path: demos/STM32/RT-AT32F435-ARTERY144/build/ch*.*
|
path: demos/STM32/RT-AT32F435-ARTERY144/build/ch*.*
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
|
|
||||||
- name: Attach ADC
|
- name: Attach ADC
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ADC binaries
|
name: ADC binaries
|
||||||
path: testhal/AT32/AT32F4xx/ADC/build/ch*.*
|
path: testhal/AT32/AT32F4xx/ADC/build/ch*.*
|
||||||
|
|
Loading…
Reference in New Issue