File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
tools/linux/xpack-arm-none-eabi-gcc-10.3.1-2.3/bin/arm-none-eabi-size obj/*.elf
17
17
18
18
- name : Archive build
19
- uses : actions/upload-artifact@v3
19
+ uses : actions/upload-artifact@v4
20
20
with :
21
21
name : AM32-bootloaders
22
22
path : |
Original file line number Diff line number Diff line change 15
15
make -j8
16
16
17
17
- name : Archive build
18
- uses : actions/upload-artifact@v3
18
+ uses : actions/upload-artifact@v4
19
19
with :
20
20
name : AM32-bootloaders
21
21
path : |
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
make updaters -j8
16
16
17
17
- name : Archive build hex
18
- uses : actions/upload-artifact@v3
18
+ uses : actions/upload-artifact@v4
19
19
with :
20
20
name : AM32-bootloader-updaters-hex
21
21
path : |
22
22
obj/*_BL_UPDATER_*.hex
23
23
retention-days : 7
24
24
25
25
- name : Archive build amj
26
- uses : actions/upload-artifact@v3
26
+ uses : actions/upload-artifact@v4
27
27
with :
28
28
name : AM32-bootloader-updaters-amj
29
29
path : |
Original file line number Diff line number Diff line change 15
15
tools/windows/make/bin/make
16
16
17
17
- name : Archive build
18
- uses : actions/upload-artifact@v3
18
+ uses : actions/upload-artifact@v4
19
19
with :
20
20
name : AM32-bootloader
21
21
path : |
You can’t perform that action at this time.
0 commit comments