@@ -123,7 +123,7 @@ jobs:
123123 fi
124124
125125 - name : Upload build artifacts
126- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
126+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
127127 with :
128128 name : conda-packages-${{ matrix.bins.bin }}-${{ matrix.bins.target }}
129129 path : |
@@ -152,13 +152,13 @@ jobs:
152152 target : [linux-64, linux-aarch64, linux-ppc64le, win-64, osx-64, osx-arm64]
153153 steps :
154154 - name : Download conda package artifacts for ${{ matrix.target }}
155- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
155+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
156156 with :
157157 pattern : conda-packages-*-${{ matrix.target }}
158158 path : conda-artifacts-${{ matrix.target }}
159159 merge-multiple : true
160160 - name : Upload aggregated conda packages for ${{ matrix.target }}
161- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
161+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
162162 with :
163163 name : conda-packages-${{ matrix.target }}
164164 path : conda-artifacts-${{ matrix.target }}/**/*.conda
@@ -170,7 +170,7 @@ jobs:
170170 steps :
171171 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
172172 - name : Download all conda packages
173- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
173+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
174174 with :
175175 pattern : conda-packages-*
176176 path : conda-packages
0 commit comments