Skip to content

Commit b35d04a

Browse files
authored
Update .github/workflows/pypi.yml
1 parent 4e2989d commit b35d04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
PYODIDE=1 python setup.py bdist_wheel --universal
7878
79-
- uses: actions/upload-artifact@v3
79+
- uses: actions/upload-artifact@v4
8080
with:
8181
name: universal_wheel
8282
path: dist/*.whl

0 commit comments

Comments
 (0)