diff --git a/.github/workflows/ci-nix.yaml b/.github/workflows/ci-nix.yaml index 70233c982d3..ae6ade477f0 100644 --- a/.github/workflows/ci-nix.yaml +++ b/.github/workflows/ci-nix.yaml @@ -66,7 +66,7 @@ jobs: - name: 💾 Upload build & test artifacts uses: actions/upload-artifact@v4 with: - name: test-results + name: test-results-${{ matrix.package }} path: | ./**/test-results.xml ./**/hspec-results.md @@ -170,7 +170,7 @@ jobs: - name: 💾 Upload build & test artifacts uses: actions/upload-artifact@v4 with: - name: benchmarks + name: benchmarks-${{matrix.package}}-${{matrix.bench}} path: benchmarks publish-benchmark-results: