Skip to content

Commit

Permalink
Use upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Dec 29, 2023
1 parent 0b2ecea commit 5f0bf7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- name: 'Benchmark'
shell: bash
run: java -jar target/benchmarks.jar -p type=${{ matrix.mapper }} -rff results_${{ matrix.mapper }}.csv -rf csv
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v3
name: Upload Benchmark Results
with:
name: benchmark_results_${{ matrix.mapper }}
name: benchmark_results
path: results_${{ matrix.mapper }}.csv
collect_benchmark:
name: Collect benchmarks
Expand Down

0 comments on commit 5f0bf7b

Please sign in to comment.