File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
mkdir artifacts
74
74
tar -Jcvf html_docs.tar.xz docs/_build/html
75
75
mv html_docs.tar.xz artifacts/.
76
- - uses : actions/upload-artifact@v3
76
+ - uses : actions/upload-artifact@v4
77
77
with :
78
78
name : html_docs
79
79
path : artifacts
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
mkdir artifacts
109
109
tar -Jcvf html_docs.tar.xz docs/_build/html
110
110
mv html_docs.tar.xz artifacts/.
111
- - uses : actions/upload-artifact@v3
111
+ - uses : actions/upload-artifact@v4
112
112
with :
113
113
name : html_docs
114
114
path : artifacts
Original file line number Diff line number Diff line change 23
23
python setup.py sdist
24
24
python setup.py bdist_wheel
25
25
shell : bash
26
- - uses : actions/upload-artifact@v3
26
+ - uses : actions/upload-artifact@v4
27
27
with :
28
28
path : ./dist/qiskit*
29
29
- name : Publish to PyPi
You can’t perform that action at this time.
0 commit comments