From a10ec8e9ad8148b208150d5922254b14d432fb58 Mon Sep 17 00:00:00 2001 From: Koopa <115321970+KoopaCode@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:43:02 -0500 Subject: [PATCH] Update artifact retention to 30 days Changed artifact retention from 5 to 30 days for better build management --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24b2ff7..1e15122 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: with: name: ${{ env.PLUGIN_FILE }}-${{ env.PLUGIN_VERSION }} path: target/${{ env.PLUGIN_FILE }}-${{ env.PLUGIN_VERSION }}.jar - retention-days: 5 + retention-days: 30 - name: Send Build Notification if: always()