fix artifact version in benchmark

This commit is contained in:
jdegenstein 2026-01-16 15:15:36 -06:00
parent 28428d5896
commit fb09b8b0af

View file

@ -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