Skip to content

Commit 44fe974

Browse files
committed
increase CI retention time
1 parent 656920c commit 44fe974

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI_build_updaters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
name: AM32-bootloader-updaters-hex
2121
path: |
2222
obj/*_BL_UPDATER_*.hex
23-
retention-days: 7
23+
retention-days: 60
2424

2525
- name: Archive build amj
2626
uses: actions/upload-artifact@v4
2727
with:
2828
name: AM32-bootloader-updaters-amj
2929
path: |
3030
obj/*_BL_UPDATER_*.amj
31-
retention-days: 7
31+
retention-days: 60

0 commit comments

Comments
 (0)