From bbef2caa4c203fc77fa8d0193c60d9f10b9b7268 Mon Sep 17 00:00:00 2001 From: roadhog360 Date: Thu, 31 Oct 2024 00:53:11 -0500 Subject: [PATCH] [ci skip] increase build artifact retention time Does not make previous artifacts get retained for longer. --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 23eb8923..55881964 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -45,7 +45,7 @@ jobs: with: name: ${{ github.repository_id }}-build-libs path: build/libs/ - retention-days: 31 + retention-days: 90 - name: Attach gradle reports if: failure() && steps.build_mod.conclusion == 'failure'