File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 run : splitasm\splitasm\bin\Release\net6.0\splitasm.exe %GITHUB_WORKSPACE%\BenchmarkDotNet.Artifacts\results
4444 shell : cmd
4545 - name : Publish Results
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : Benchmark Artifacts (Windows)
4949 path : BenchmarkDotNet.Artifacts
6767 - name : Benchmark
6868 run : dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
6969 - name : Publish Results
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : Benchmark Artifacts (Linux)
7373 path : BenchmarkDotNet.Artifacts
9191 - name : Benchmark
9292 run : dotnet run --project "BitFaster.Caching.Benchmarks" -f net6.0 -c Release --filter '*'
9393 - name : Publish Results
94- uses : actions/upload-artifact@v3
94+ uses : actions/upload-artifact@v4
9595 with :
9696 name : Benchmark Artifacts (MacOs)
9797 path : BenchmarkDotNet.Artifacts
You can’t perform that action at this time.
0 commit comments