diff --git a/.github/workflows/lagom-template.yml b/.github/workflows/lagom-template.yml index 62fac3d97e9..e4f8508f89f 100644 --- a/.github/workflows/lagom-template.yml +++ b/.github/workflows/lagom-template.yml @@ -231,7 +231,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: libweb-test-artifacts-${{ inputs.os_name }}-${{ inputs.build_preset }}-${{ inputs.toolchain }}-${{ inputs.clang-plugins }} - path: ${{ github.workspace }}/Build/UI/Headless/test-dumps + path: ${{ github.workspace }}/Build/Lagom/Tests/LibWeb/test-web/test-dumps/ retention-days: 0 if-no-files-found: ignore