File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237
238238 - name : Upload HTML report
239239 if : ${{ always() && inputs.upload_report }}
240- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
240+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
241241 with :
242242 path : ur-repo/benchmark_results.html
243243 key : benchmark-results-${{ matrix.adapter.str_name }}-${{ github.run_id }}
Original file line number Diff line number Diff line change 5252
5353 - name : Download benchmark HTML
5454 id : download-bench-html
55- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
55+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5656 with :
5757 path : ur-repo/benchmark_results.html
5858 key : benchmark-results-
You can’t perform that action at this time.
0 commit comments