Skip to content

Commit decd279

Browse files
committed
github: update to v4 artifacts API
1 parent 167d5b4 commit decd279

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
tools/linux/xpack-arm-none-eabi-gcc-10.3.1-2.3/bin/arm-none-eabi-size obj/*.elf
1717
1818
- name: Archive build
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: AM32-bootloaders
2222
path: |

.github/workflows/CI_build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
make -j8
1616
1717
- name: Archive build
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: AM32-bootloaders
2121
path: |

.github/workflows/CI_build_updaters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
make updaters -j8
1616
1717
- name: Archive build hex
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: AM32-bootloader-updaters-hex
2121
path: |
2222
obj/*_BL_UPDATER_*.hex
2323
retention-days: 7
2424

2525
- name: Archive build amj
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: AM32-bootloader-updaters-amj
2929
path: |

.github/workflows/CI_build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
tools/windows/make/bin/make
1616
1717
- name: Archive build
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: AM32-bootloader
2121
path: |

0 commit comments

Comments
 (0)