Skip to content

Commit

Permalink
github_actions: set action upload-artifact to version v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Nov 3, 2023
1 parent 759ee66 commit 70132b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pymi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install . || exit /b
python -m unittest discover || exit /b
python setup.py bdist_wheel || exit /b
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: pymi_wheel_py${{ matrix.python-version }}
path: 'dist'

0 comments on commit 70132b9

Please sign in to comment.