From 110426fb9b0d6a16be2108de20fdfedf2768ab34 Mon Sep 17 00:00:00 2001 From: Maksym H Date: Sat, 7 Dec 2024 23:37:31 +0000 Subject: [PATCH] fix artifact name --- .github/workflows/bench-update-weights.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench-update-weights.yml b/.github/workflows/bench-update-weights.yml index af7d065fc8ba..388dd773cd09 100644 --- a/.github/workflows/bench-update-weights.yml +++ b/.github/workflows/bench-update-weights.yml @@ -1,4 +1,4 @@ -name: Short benchmarks (frame-omni-bencher) +name: Weekly update of benchmarks (frame-omni-bencher) on: pull_request: @@ -84,7 +84,7 @@ jobs: - name: Upload diff uses: actions/upload-artifact@v4 with: - name: cmd-output + name: diff-${{ matrix.runtime.name }} path: diff-${{ matrix.runtime.name }}.patch apply-diff-commit: