We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09d4cc commit f4c227fCopy full SHA for f4c227f
.github/workflows/benchmark.yml
@@ -46,7 +46,7 @@ jobs:
46
# PR comments on changes
47
- name: Download previous benchmark data (PR)
48
if: ${{ github.event_name == 'pull_request' }}
49
- uses: actions/cache@v4
+ uses: actions/cache@v5
50
with:
51
path: ./cache
52
key: ${{ runner.os }}-benchmark-pr-${{ env.GITHUB_RUN_NUMBER }}
@@ -72,7 +72,7 @@ jobs:
72
# master reports to history
73
- name: Download previous benchmark data (main)
74
if: ${{ github.event_name == 'push' }}
75
76
77
78
key: ${{ runner.os }}-benchmark
0 commit comments