Skip to content

Commit bfff00f

Browse files
committed
Action fix (test)
1 parent e5d6d9d commit bfff00f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark-pr-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Download benchmark artifact
3636
uses: actions/download-artifact@v4
3737
with:
38-
name: bench-linux-${{ matrix.sys.compiler }}-${{ matrix.sys.version }}-${{ matrix.sys.flags }}-${{ github.event.workflow_run.head_sha }}
38+
name: bench-linux-${{ matrix.sys.compiler }}-${{ matrix.sys.version }}-${{ matrix.sys.flags }}
3939
run-id: ${{ github.event.workflow_run.id }}
4040
github-token: ${{ secrets.GITHUB_TOKEN }}
4141

@@ -68,7 +68,7 @@ jobs:
6868
- name: Download benchmark artifact
6969
uses: actions/download-artifact@v4
7070
with:
71-
name: bench-macos-${{ matrix.os }}-${{ github.event.workflow_run.head_sha }}
71+
name: bench-macos-${{ matrix.os }}
7272
run-id: ${{ github.event.workflow_run.id }}
7373
github-token: ${{ secrets.GITHUB_TOKEN }}
7474

0 commit comments

Comments
 (0)