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