File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
submodules : " recursive"
102
102
103
103
- name : Build wheels
104
- uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23 .3
104
+ uses : pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1 .3
105
105
env :
106
106
CIBW_BUILD : " ${{ matrix.python.version }}-*"
107
107
CIBW_SKIP : " {pp*,*-musllinux_*}"
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
steps :
180
180
- name : Download artifacts
181
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
181
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
182
182
with :
183
183
merge-multiple : ' true'
184
184
pattern : dist-*
@@ -277,15 +277,15 @@ jobs:
277
277
278
278
steps :
279
279
- name : Download artifacts
280
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
280
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
281
281
with :
282
282
merge-multiple : true
283
283
284
284
- name : List files
285
285
run : ls -lR
286
286
287
287
- name : Create release
288
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2 .2
288
+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3 .2
289
289
if : startsWith(github.ref, 'refs/tags/')
290
290
with :
291
291
files : |
You can’t perform that action at this time.
0 commit comments