File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 python ci/copy-conda-package.py
5555
5656 - name : Upload Package
57- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
57+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5858 with :
5959 name : linux-${{ matrix.py }}
6060 path : dist
@@ -103,7 +103,7 @@ jobs:
103103 # C:\Miniconda\envs\env\python.exe ci/copy-conda-package.py
104104
105105 - name : Upload Package
106- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
107107 with :
108108 name : windows-${{ matrix.py }}
109109 path : dist
Original file line number Diff line number Diff line change 3232 uv build --sdist
3333
3434 - name : Upload sdist
35- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
35+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3636 with :
3737 path : dist
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Upload Wheel
111111 if : ${{ !endsWith(matrix.py, 't') }}
112- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
112+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
113113 with :
114114 name : linux-${{ matrix.py }}-${{ matrix.arch }}-${{ matrix.abi }}-${{ matrix.image }}
115115 path : ./wheelhouse/*.whl
@@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Upload Wheel
152152 if : ${{ !endsWith(matrix.py, 't') }}
153- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
153+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
154154 with :
155155 name : macos-${{ matrix.py }}-${{ matrix.arch }}
156156 path : ./wheelhouse/*.whl
@@ -195,7 +195,7 @@ jobs:
195195
196196 - name : Upload Wheel
197197 if : ${{ !endsWith(matrix.py, 't') }}
198- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
198+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
199199 with :
200200 name : windows-${{ matrix.py }}-${{ matrix.arch }}
201201 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments