Skip to content

Commit

Permalink
Updated actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
cone-forest authored Dec 1, 2023
1 parent 3429e13 commit 7861eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
run: ./build/mr-math-tests --benchmark_format=json | tee benchmark_result.json

- name: Download previous results
uses: actions/cache@v1
uses: actions/cache@v3.3.2
with:
path: ./cache
key: ${{ runner.os }}-benchmark

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
uses: benchmark-action/github-action-benchmark@v1.18.0
with:
tool: 'googlecpp'
output-file-path: benchmark_result.json
Expand Down

0 comments on commit 7861eff

Please sign in to comment.