From d1902a55906a7cebaf9c7ffb1f579231ef63b9d1 Mon Sep 17 00:00:00 2001 From: HansBug Date: Fri, 20 Jan 2023 20:51:26 +0800 Subject: [PATCH] dev(hansbug): rename benchmark artifacts's name --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7622fb156c..7ce3b5afc6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -132,7 +132,7 @@ jobs: - name: Upload packed files to artifacts uses: actions/upload-artifact@v3 with: - name: build-artifacts-${{ runner.os }}-cp${{ matrix.python-version }} + name: speed-test-${{ runner.os }}-cp${{ matrix.python-version }} path: | ./.benchmarks/**/*.json ./.benchmarks/**/*.csv