diff --git a/.github/workflows/lagom-template.yml b/.github/workflows/lagom-template.yml index a274561ab18..340ab6f11d8 100644 --- a/.github/workflows/lagom-template.yml +++ b/.github/workflows/lagom-template.yml @@ -191,7 +191,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: libweb-test-artifacts-${{ inputs.os_name }} - path: ${{ github.workspace }}/Build/UI/test-dumps + path: ${{ github.workspace }}/Build/UI/Headless/test-dumps retention-days: 7 if-no-files-found: ignore