5353
5454 - name : Download llvmdev Artifact
5555 if : ${{ inputs.llvmdev_run_id != '' }}
56- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
56+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
5757 with :
5858 name : llvmdev_for_wheel_osx-arm64
5959 path : llvmdev_conda_packages
8989 arch -arm64 python -m build --wheel --no-isolation
9090
9191 - name : Upload wheel
92- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
92+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9393 with :
9494 name : llvmlite-osx-arm64-py${{ matrix.python-version }}
9595 path : dist/*.whl
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : Upload sdist (once with python 3.10)
105105 if : ${{ matrix.python-version == '3.10' }}
106- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
107107 with :
108108 name : llvmlite-sdist
109109 path : dist/*.tar.gz
@@ -140,7 +140,7 @@ jobs:
140140 run : conda install -c defaults wheel twine keyring rfc3986
141141
142142 - name : Download llvmlite wheels
143- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
143+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
144144 with :
145145 name : llvmlite-osx-arm64-py${{ matrix.python-version }}
146146 path : dist
@@ -170,7 +170,7 @@ jobs:
170170 allow-prereleases : true
171171
172172 - name : Download llvmlite wheel
173- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
173+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
174174 with :
175175 name : llvmlite-osx-arm64-py${{ matrix.python-version }}
176176 path : dist
@@ -213,7 +213,7 @@ jobs:
213213 run : conda install -c anaconda anaconda-client
214214
215215 - name : Download llvmlite wheel
216- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
216+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
217217 with :
218218 name : llvmlite-osx-arm64-py${{ matrix.python-version }}
219219 path : dist
0 commit comments