Update artifact upload action and retention period in build workflow

This commit is contained in:
CodeDevMLH
2026-01-02 19:48:08 +01:00
parent 7f01da0301
commit d4ec7cf31d

View File

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