Skip to content

Commit 904f954

Browse files
Resolve node.js 20 deprecation warnings.
1 parent fb7e938 commit 904f954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
run: uv run pytest tests/benchmarks --benchmark-json=benchmark-${{ matrix.python-version }}.json
164164

165165
- name: Upload benchmark results
166-
uses: actions/upload-artifact@v4
166+
uses: actions/upload-artifact@v5
167167
with:
168168
name: benchmark-py${{ matrix.python-version }}
169169
path: benchmark-${{ matrix.python-version }}.json

0 commit comments

Comments
 (0)