4747 exit 1
4848 fi
4949
50- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
50+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5151 with :
5252 name : source_distribution
5353 path : dist
7272 - name : Install MinGW compiler(s)
7373 run : choco install mingw
7474
75- - uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
75+ - uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
7676 with :
7777 package-dir : .
7878 output-dir : wheelhouse
8585 hugo env --logLevel debug
8686
8787 - name : Upload wheels
88- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
88+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8989 with :
9090 name : wheels_windows_amd64
9191 path : ./wheelhouse/*.whl
@@ -111,7 +111,7 @@ jobs:
111111 - name : Build binary distribution (wheel) on Windows (arm64)
112112 # We need to use cibuildwheel because it has experimental support for cross-compiling
113113 # to arm64 and setup-python does not have arm64 support on Windows right now
114- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
114+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
115115 with :
116116 package-dir : .
117117 output-dir : wheelhouse
@@ -127,7 +127,7 @@ jobs:
127127 CIBW_TEST_SKIP : " *-win_arm64"
128128
129129 - name : Upload wheels
130- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
130+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
131131 with :
132132 name : wheels_windows_arm64
133133 path : ./wheelhouse/*.whl
@@ -152,7 +152,7 @@ jobs:
152152 # Note: cibuildwheel will manage installing 32-bit Python on Windows. We
153153 # do not need to do that manually unless we use setup-python instead.
154154 - name : Build binary distribution (wheel) on Windows (i686)
155- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
155+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
156156 with :
157157 package-dir : .
158158 output-dir : wheelhouse
@@ -170,7 +170,7 @@ jobs:
170170 hugo env --logLevel debug
171171
172172 - name : Upload wheels
173- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
173+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
174174 with :
175175 name : wheels_windows_i686
176176 path : ./wheelhouse/*.whl
@@ -187,7 +187,7 @@ jobs:
187187 persist-credentials : false
188188 submodules : recursive
189189
190- - uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
190+ - uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
191191 with :
192192 package-dir : .
193193 output-dir : wheelhouse
@@ -207,7 +207,7 @@ jobs:
207207 hugo env --logLevel debug
208208
209209 - name : Upload wheels
210- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
210+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
211211 with :
212212 name : wheels_linux_amd64
213213 path : ./wheelhouse/*.whl
@@ -224,7 +224,7 @@ jobs:
224224 persist-credentials : false
225225 submodules : recursive
226226
227- - uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
227+ - uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
228228 with :
229229 package-dir : .
230230 output-dir : wheelhouse
@@ -244,7 +244,7 @@ jobs:
244244 hugo env --logLevel debug
245245
246246 - name : Upload wheels
247- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
247+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
248248 with :
249249 name : wheels_linux_aarch64
250250 path : ./wheelhouse/*.whl
@@ -270,7 +270,7 @@ jobs:
270270 image : tonistiigi/binfmt:qemu-v8.1.5
271271
272272 - name : Build binary distribution (wheel) on Linux (s390x)
273- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
273+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
274274 with :
275275 package-dir : .
276276 output-dir : wheelhouse
@@ -290,7 +290,7 @@ jobs:
290290 hugo env --logLevel debug
291291
292292 - name : Upload wheels
293- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
293+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
294294 with :
295295 name : wheels_linux_s390x
296296 path : ./wheelhouse/*.whl
@@ -316,7 +316,7 @@ jobs:
316316 image : tonistiigi/binfmt:qemu-v8.1.5
317317
318318 - name : Build binary distribution (wheel) on Linux (ppc64le)
319- uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
319+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
320320 with :
321321 package-dir : .
322322 output-dir : wheelhouse
@@ -336,7 +336,7 @@ jobs:
336336 hugo env --logLevel debug
337337
338338 - name : Upload wheels
339- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
339+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
340340 with :
341341 name : wheels_linux_ppc64le
342342 path : ./wheelhouse/*.whl
@@ -359,7 +359,7 @@ jobs:
359359 cache : false
360360 check-latest : true
361361
362- - uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
362+ - uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
363363 with :
364364 package-dir : .
365365 output-dir : wheelhouse
@@ -370,7 +370,7 @@ jobs:
370370 hugo env --logLevel debug
371371
372372 - name : Upload wheels
373- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
373+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
374374 with :
375375 name : wheels_macos_x86_64
376376 path : ./wheelhouse/*.whl
@@ -393,7 +393,7 @@ jobs:
393393 cache : false
394394 check-latest : true
395395
396- - uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
396+ - uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
397397 with :
398398 package-dir : .
399399 output-dir : wheelhouse
@@ -404,7 +404,7 @@ jobs:
404404 hugo env --logLevel debug
405405
406406 - name : Upload wheels
407- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
407+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
408408 with :
409409 name : wheels_macos_arm64
410410 path : ./wheelhouse/*.whl
0 commit comments