From 470fdf0b3d899c7a475fa099cd855ef394da4a85 Mon Sep 17 00:00:00 2001 From: Marshall Lee <59819228+drink7036290@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:21:25 +0800 Subject: [PATCH] Update benchmarks.yml --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 2b18d15..25a7c5f 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -28,7 +28,7 @@ jobs: run: cargo bench - name: Upload Benchmark Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: benchmark-results path: target/criterion/ @@ -37,4 +37,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./target/criterion/report/ + publish_dir: target/criterion/report/