mirror of
https://github.com/gumyr/build123d.git
synced 2026-01-21 03:51:30 -08:00
fix artifact version in benchmark
This commit is contained in:
parent
28428d5896
commit
fb09b8b0af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
python -m pytest --benchmark-only --benchmark-autosave
|
||||
pytest-benchmark compare --csv="results.csv"
|
||||
cat results.csv
|
||||
- uses: actions/upload-artifact@v7
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: benchmark-results-${{ matrix.os }}
|
||||
path: results.csv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue