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 0b2ecea commit 5f0bf7bCopy full SHA for 5f0bf7b
.github/workflows/main.yml
@@ -41,10 +41,10 @@ jobs:
41
- name: 'Benchmark'
42
shell: bash
43
run: java -jar target/benchmarks.jar -p type=${{ matrix.mapper }} -rff results_${{ matrix.mapper }}.csv -rf csv
44
- - uses: actions/upload-artifact@master
+ - uses: actions/upload-artifact@v3
45
name: Upload Benchmark Results
46
with:
47
- name: benchmark_results_${{ matrix.mapper }}
+ name: benchmark_results
48
path: results_${{ matrix.mapper }}.csv
49
collect_benchmark:
50
name: Collect benchmarks
0 commit comments