Skip to content

Commit 60d6955

Browse files
committed
1 parent 09978d6 commit 60d6955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pymi-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install . || exit /b
2727
python -m unittest discover || exit /b
2828
python setup.py bdist_wheel || exit /b
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: pymi_wheel_py${{ matrix.python-version }}
3232
path: 'dist'

0 commit comments

Comments
 (0)