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 93c80c0 commit f8d77cfCopy full SHA for f8d77cf
.github/workflows/benchmark.yml
@@ -44,7 +44,7 @@ jobs:
44
# Build your program with the given configuration
45
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j
46
- name: Download previous benchmark data
47
- uses: actions/cache@v4
+ uses: actions/cache@v5
48
with:
49
path: ./cache
50
key: ${{ runner.os }}-benchmark
.github/workflows/benchmark_pr.yml
@@ -43,7 +43,7 @@ jobs:
43
0 commit comments