diff --git a/.github/workflows/benchmark_gpu_erc20_common.yml b/.github/workflows/benchmark_gpu_erc20_common.yml index c5bcfd3d55..0547a1971f 100644 --- a/.github/workflows/benchmark_gpu_erc20_common.yml +++ b/.github/workflows/benchmark_gpu_erc20_common.yml @@ -126,7 +126,7 @@ jobs: - name: Upload parsed results artifact uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: - name: ${{ github.sha }}_erc20 + name: ${{ github.sha }}_erc20_${{ inputs.profile }} path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo diff --git a/.github/workflows/benchmark_gpu_integer_common.yml b/.github/workflows/benchmark_gpu_integer_common.yml index 048c172d03..414f254f63 100644 --- a/.github/workflows/benchmark_gpu_integer_common.yml +++ b/.github/workflows/benchmark_gpu_integer_common.yml @@ -202,7 +202,7 @@ jobs: - name: Upload parsed results artifact uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: - name: ${{ github.sha }}_${{ matrix.command }}_${{ matrix.op_flavor }} + name: ${{ github.sha }}_${{ matrix.command }}_${{ matrix.op_flavor }}_${{ inputs.profile }} path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo