File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5555 pip install build
5656 python -m build --sdist
5757 - name : Upload source package
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v5
5959 with :
6060 name : sdist
6161 path : dist/
@@ -115,19 +115,19 @@ jobs:
115115 needs : [lint, test, package-sdist, package-wheel]
116116 steps :
117117 - uses : actions/checkout@v5
118- - uses : actions/download-artifact@v5
118+ - uses : actions/download-artifact@v6
119119 with :
120120 name : sdist
121121 path : dist/
122- - uses : actions/download-artifact@v5
122+ - uses : actions/download-artifact@v6
123123 with :
124124 name : wheels-win
125125 path : dist/
126- - uses : actions/download-artifact@v5
126+ - uses : actions/download-artifact@v6
127127 with :
128128 name : wheels-macosx
129129 path : dist/
130- - uses : actions/download-artifact@v5
130+ - uses : actions/download-artifact@v6
131131 with :
132132 name : wheels-manylinux
133133 path : dist/
You can’t perform that action at this time.
0 commit comments