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 9371817 commit 70f71c5Copy full SHA for 70f71c5
.github/workflows/benchmarks.yml
@@ -181,7 +181,7 @@ jobs:
181
cat ${{github.workspace}}/result_${{matrix.benchmark_number}}.csv | cargo run --release analyze --disable-dynamic-printing > ${{github.workspace}}/benchmark_${{matrix.benchmark_number}}_results/analyze_${{matrix.benchmark_number}}.log ||:;
182
cat ${{github.workspace}}/benchmark_${{matrix.benchmark_number}}_results/analyze_${{matrix.benchmark_number}}.log
183
184
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
185
with:
186
name: benchmark_${{matrix.benchmark_number}}_results
187
path: benchmark_${{matrix.benchmark_number}}_results/
0 commit comments