diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ea8aa0ee..5694fd24 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -165,7 +165,7 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v5 - name: Download benchmark results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: ${{ matrix.artifact-pattern }} path: ${{ env.RESULTS_DIR }}