Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# PR comments on changes
- name: Download previous benchmark data (PR)
if: ${{ github.event_name == 'pull_request' }}
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./cache
key: ${{ runner.os }}-benchmark-pr-${{ env.GITHUB_RUN_NUMBER }}
Expand All @@ -72,7 +72,7 @@ jobs:
# master reports to history
- name: Download previous benchmark data (main)
if: ${{ github.event_name == 'push' }}
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./cache
key: ${{ runner.os }}-benchmark
Expand Down