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 }}