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.
2 parents 26c00e8 + 855c197 commit 0c105f6Copy full SHA for 0c105f6
.github/workflows/benchmark-action.yaml
@@ -39,7 +39,7 @@ jobs:
39
go test ./test/bench/... -bench=. | tee output.txt
40
# Download previous benchmark result from cache (if exists)
41
- name: Download previous benchmark data
42
- uses: actions/cache@v3
+ uses: actions/cache@v4
43
with:
44
path: ./cache
45
key: ${{ runner.os }}-benchmark
0 commit comments