diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 39fec6b..d9daf1d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -104,7 +104,7 @@ jobs: - id: download-benchmark name: Download a current benchmark result continue-on-error: true - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: benchmark path: ${{ env.BENCHMARK_DIR }}