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.
1 parent 18d61bc commit 9f1d3bfCopy full SHA for 9f1d3bf
.github/workflows/bench.yml
@@ -227,7 +227,7 @@ jobs:
227
pushd bench
228
dotnet run -c Release --project tool -- --task test --langs ${{ matrix.lang }}
229
popd
230
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
231
if: github.ref == 'refs/heads/main'
232
with:
233
name: build
@@ -313,7 +313,7 @@ jobs:
313
dotnet run -c Release --project tool -- --task test --ignore-missing
314
dotnet run -c Release --project tool -- --task bench --ignore-missing
315
316
317
318
name: log
319
path: bench/build/_results/**/*
0 commit comments