diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0e15aa40..facd304e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -163,7 +163,7 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v6 - name: Download benchmark results - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: ${{ matrix.artifact-pattern }} path: ${{ env.RESULTS_DIR }}