From d4ec7cf31dbe4dab06635fbf3a4f53256d79bdfa Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:48:08 +0100 Subject: [PATCH] Update artifact upload action and retention period in build workflow --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9f78277..608b624 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -37,9 +37,9 @@ jobs: dotnet-target: "net9.0" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: christopherHX/gitea-upload-artifact@v4 with: name: build-artifact - retention-days: 30 + retention-days: 5 if-no-files-found: error path: ${{ steps.jprm.outputs.artifact }}