File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 MACOSX_DEPLOYMENT_TARGET : " 12.0"
9090 run : python -m cibuildwheel --output-dir wheelhouse
9191
92- - uses : actions/upload-artifact@v5
92+ - uses : actions/upload-artifact@v6
9393 with :
9494 name : ${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
9595 path : ./bindings/python/wheelhouse/*.whl
@@ -127,7 +127,7 @@ jobs:
127127 cd ..
128128 python -c "from pymongoarrow.lib import libbson_version"
129129
130- - uses : actions/upload-artifact@v5
130+ - uses : actions/upload-artifact@v6
131131 with :
132132 name : " sdist"
133133 path : ./bindings/python/dist/*.tar.gz
@@ -138,13 +138,13 @@ jobs:
138138 name : Download Wheels
139139 steps :
140140 - name : Download all workflow run artifacts
141- uses : actions/download-artifact@v6
141+ uses : actions/download-artifact@v7
142142 - name : Flatten directory
143143 working-directory : .
144144 run : |
145145 find . -mindepth 2 -type f -exec mv {} . \;
146146 find . -type d -empty -delete
147- - uses : actions/upload-artifact@v5
147+ - uses : actions/upload-artifact@v6
148148 with :
149149 name : all-dist-${{ github.run_id }}
150150 path : " ./*"
Original file line number Diff line number Diff line change 8383 id-token : write
8484 steps :
8585 - name : Download all the dists
86- uses : actions/download-artifact@v6
86+ uses : actions/download-artifact@v7
8787 with :
8888 name : all-dist-${{ github.run_id }}
8989 path : dist/
Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : false
2020 - name : Run zizmor
21- uses : zizmorcore/zizmor-action@c0e2b1c877e25a91d1d747c438d49199cad29698
21+ uses : zizmorcore/zizmor-action@cb3d8e846e148d1111d90b03375b9c03deceda37
You can’t perform that action at this time.
0 commit comments