File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ jobs:
108108 platforms : all
109109
110110 - name : Build wheels
111- uses : pypa/cibuildwheel@v3.0.0
111+ uses : pypa/cibuildwheel@v3.1.3
112112 with :
113113 only : ${{ matrix.only }}
114114
115115 - name : Build faster Linux wheels
116116 # also build wheels with the most recent manylinux images and gcc
117117 if : runner.os == 'Linux' && !contains(matrix.only, 'i686')
118- uses : pypa/cibuildwheel@v3.0.0
118+ uses : pypa/cibuildwheel@v3.1.3
119119 env :
120120 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_34
121121 CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_34
@@ -163,7 +163,7 @@ jobs:
163163 uses : actions/checkout@v4
164164
165165 - name : Download files
166- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
166+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
167167 with :
168168 path : ./dist_downloads
169169 merge-multiple : true
You can’t perform that action at this time.
0 commit comments