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:
237
237
238
238
- name : Upload HTML report
239
239
if : ${{ always() && inputs.upload_report }}
240
- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
240
+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
241
241
with :
242
242
path : ur-repo/benchmark_results.html
243
243
key : benchmark-results-${{ matrix.adapter.str_name }}-${{ github.run_id }}
Original file line number Diff line number Diff line change 52
52
53
53
- name : Download benchmark HTML
54
54
id : download-bench-html
55
- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
55
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
56
56
with :
57
57
path : ur-repo/benchmark_results.html
58
58
key : benchmark-results-
You can’t perform that action at this time.
0 commit comments