Skip to content

Commit 242576a

Browse files
authored
Merge branch 'bitfaster:main' into update-target-frameworks
2 parents 1321fac + 01805a5 commit 242576a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/benchpr.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
dotnet-version: |
2626
6.0.x
2727
8.0.x
28+
9.0.x
2829
- name: Install dependencies
2930
run: dotnet restore
3031
- name: Build
@@ -43,7 +44,7 @@ jobs:
4344
run: splitasm\splitasm\bin\Release\net6.0\splitasm.exe %GITHUB_WORKSPACE%\BenchmarkDotNet.Artifacts\results
4445
shell: cmd
4546
- name: Publish Results
46-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4748
with:
4849
name: Benchmark Artifacts (Windows)
4950
path: BenchmarkDotNet.Artifacts
@@ -60,14 +61,15 @@ jobs:
6061
dotnet-version: |
6162
6.0.x
6263
8.0.x
64+
9.0.x
6365
- name: Install dependencies
6466
run: dotnet restore
6567
- name: Build
6668
run: dotnet build --configuration Release --no-restore
6769
- name: Benchmark
6870
run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
6971
- name: Publish Results
70-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4
7173
with:
7274
name: Benchmark Artifacts (Linux)
7375
path: BenchmarkDotNet.Artifacts
@@ -84,14 +86,15 @@ jobs:
8486
dotnet-version: |
8587
6.0.x
8688
8.0.x
89+
9.0.x
8790
- name: Install dependencies
8891
run: dotnet restore
8992
- name: Build
9093
run: dotnet build --configuration Release --no-restore
9194
- name: Benchmark
9295
run: dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
9396
- name: Publish Results
94-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v4
9598
with:
9699
name: Benchmark Artifacts (MacOs)
97100
path: BenchmarkDotNet.Artifacts

0 commit comments

Comments
 (0)