From a8c3f347b3f0468cd281c93213db2cec1ea9da9e Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Thu, 9 Nov 2023 18:37:38 -0800 Subject: [PATCH] Update build.yml (last one) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f900514..7a8dc56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: path: BenchmarkDotNet.Artifacts - name: Cache Benchmark Data - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ./bench-cache key: ${{runner.os}}-${{ github.head_ref || github.ref_name }}-benchmark