File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ jobs:
7575 - name : Build package
7676 run : python -m build --wheel --sdist .
7777
78- - uses : actions/upload-artifact@v2
78+ - uses : actions/upload-artifact@v4
7979 with :
8080 name : openpulse-python-wheel
8181 path : ./source/openpulse/dist/*.whl
8282 if-no-files-found : error
8383
84- - uses : actions/upload-artifact@v2
84+ - uses : actions/upload-artifact@v4
8585 with :
8686 name : openpulse-python-sdist
8787 path : ./source/openpulse/dist/*.tar.gz
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