diff --git a/.github/workflows/lagom-template.yml b/.github/workflows/lagom-template.yml index b2c0d75cd00e..c0ba92128d96 100644 --- a/.github/workflows/lagom-template.yml +++ b/.github/workflows/lagom-template.yml @@ -190,7 +190,7 @@ jobs: if: ${{ always() && inputs.fuzzer == 'NO_FUZZ' }} uses: actions/upload-artifact@v4 with: - name: libweb-test-artifacts-${{ inputs.os_name }} + name: libweb-test-artifacts-${{ inputs.os_name }}-${{inputs.fuzzer}}-${{inputs.toolchain}}-${{inputs.clang-plugins}} path: ${{ github.workspace }}/Build/UI/Headless/test-dumps retention-days: 7 if-no-files-found: ignore