From 99f723b79e6f325888d2f766d9d5ca8df2176fac Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jun 2025 12:16:42 +1000 Subject: [PATCH] increase CI retention time --- .github/workflows/CI_build_updaters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_build_updaters.yml b/.github/workflows/CI_build_updaters.yml index 682c6be..f3f1f72 100644 --- a/.github/workflows/CI_build_updaters.yml +++ b/.github/workflows/CI_build_updaters.yml @@ -20,7 +20,7 @@ jobs: name: AM32-bootloader-updaters-hex path: | obj/*_BL_UPDATER_*.hex - retention-days: 7 + retention-days: 60 - name: Archive build amj uses: actions/upload-artifact@v4 @@ -28,4 +28,4 @@ jobs: name: AM32-bootloader-updaters-amj path: | obj/*_BL_UPDATER_*.amj - retention-days: 7 + retention-days: 60