Skip to content

Commit 5f0bf7b

Browse files
committed
Use upload-artifact@v3
1 parent 0b2ecea commit 5f0bf7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: 'Benchmark'
4242
shell: bash
4343
run: java -jar target/benchmarks.jar -p type=${{ matrix.mapper }} -rff results_${{ matrix.mapper }}.csv -rf csv
44-
- uses: actions/upload-artifact@master
44+
- uses: actions/upload-artifact@v3
4545
name: Upload Benchmark Results
4646
with:
47-
name: benchmark_results_${{ matrix.mapper }}
47+
name: benchmark_results
4848
path: results_${{ matrix.mapper }}.csv
4949
collect_benchmark:
5050
name: Collect benchmarks

0 commit comments

Comments
 (0)