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