Skip to content

Commit

Permalink
Update benchmarks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drink7036290 authored Dec 2, 2024
1 parent e90ce93 commit 470fdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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/

0 comments on commit 470fdf0

Please sign in to comment.