From 56a52c98476dfa4d3dd02948b7ec25911cb82d31 Mon Sep 17 00:00:00 2001 From: Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:34:56 +0300 Subject: [PATCH] LINBEE-10093 - increase retention days to week (#120) Co-authored-by: Yeela Lifshitz --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 925bbda7..c19c107c 100644 --- a/action.yml +++ b/action.yml @@ -164,6 +164,6 @@ runs: if: ${{ env.ENABLE_DEBUG_ARTIFACTS == 'true' || env.ENABLE_CACHE == 'true' }} uses: actions/upload-artifact@v4 with: - retention-days: 2 + retention-days: 7 name: output path: code/output