File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 # The version checker uses 'importlib.metadata' which is Python 3.10+.
2626 python-version : ' 3.10'
2727
28- - uses : actions/download-artifact@v3
28+ - uses : actions/download-artifact@v4
2929 with :
3030 name : openpulse-python-wheel
3131
32- - uses : actions/download-artifact@v3
32+ - uses : actions/download-artifact@v4
3333 with :
3434 name : openpulse-python-sdist
3535
5959 set -e
6060 source .venv/bin/activate
6161 python3 -mpip install -U twine
62- twine upload openpulse-*.whl openpulse-*.tar.gz
62+ twine upload openpulse-*.whl openpulse-*.tar.gz
Original file line number Diff line number Diff line change 2929 with :
3030 python-version : ${{ matrix.python-version }}
3131
32- - uses : actions/download-artifact@v3
32+ - uses : actions/download-artifact@v4
3333 with :
3434 name : openpulse-python-wheel
3535 path : ./source/openpulse/
You can’t perform that action at this time.
0 commit comments