From 2b5d4a7e89e34d0d50e10efa1faf694a71824e78 Mon Sep 17 00:00:00 2001 From: Alex Peck Date: Sat, 1 Feb 2025 13:48:21 -0800 Subject: [PATCH 1/2] yml --- .github/workflows/benchpr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchpr.yml b/.github/workflows/benchpr.yml index 38bd01f5..124eb654 100644 --- a/.github/workflows/benchpr.yml +++ b/.github/workflows/benchpr.yml @@ -43,7 +43,7 @@ jobs: run: splitasm\splitasm\bin\Release\net6.0\splitasm.exe %GITHUB_WORKSPACE%\BenchmarkDotNet.Artifacts\results shell: cmd - name: Publish Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Benchmark Artifacts (Windows) path: BenchmarkDotNet.Artifacts @@ -67,7 +67,7 @@ jobs: - name: Benchmark run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*' - name: Publish Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Benchmark Artifacts (Linux) path: BenchmarkDotNet.Artifacts @@ -91,7 +91,7 @@ jobs: - name: Benchmark run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*' - name: Publish Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Benchmark Artifacts (MacOs) path: BenchmarkDotNet.Artifacts \ No newline at end of file From ab65a43eed9a9143eae5a2cb726a73c0bdc68fef Mon Sep 17 00:00:00 2001 From: Alex Peck Date: Sat, 1 Feb 2025 14:36:52 -0800 Subject: [PATCH 2/2] fix netver --- .github/workflows/benchpr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/benchpr.yml b/.github/workflows/benchpr.yml index 124eb654..7e3fd276 100644 --- a/.github/workflows/benchpr.yml +++ b/.github/workflows/benchpr.yml @@ -25,6 +25,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build @@ -60,6 +61,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build @@ -84,6 +86,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build