We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7e938 commit 904f954Copy full SHA for 904f954
1 file changed
.github/workflows/test-library.yml
@@ -163,7 +163,7 @@ jobs:
163
run: uv run pytest tests/benchmarks --benchmark-json=benchmark-${{ matrix.python-version }}.json
164
165
- name: Upload benchmark results
166
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
167
with:
168
name: benchmark-py${{ matrix.python-version }}
169
path: benchmark-${{ matrix.python-version }}.json
0 commit comments