5858      run : make sdist 
5959
6060    - name : Upload sdist 
61-       uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6   #  v4.2 .0
61+       uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0 .0
6262      with :
6363        name : sdist 
6464        path : dist/*.tar.gz 
@@ -114,14 +114,14 @@ jobs:
114114          platforms : all 
115115
116116      - name : Build wheels 
117-         uses : pypa/cibuildwheel@v3.1.4  
117+         uses : pypa/cibuildwheel@v3.2.1  
118118        with :
119119          only : ${{ matrix.only }} 
120120
121121      - name : Build faster Linux wheels 
122122        #  also build wheels with the most recent manylinux images and gcc
123123        if : runner.os == 'Linux' && !contains(matrix.only, 'i686') 
124-         uses : pypa/cibuildwheel@v3.1.4  
124+         uses : pypa/cibuildwheel@v3.2.1  
125125        env :
126126          CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_34 
127127          CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_34   #  manylinux_2_39 ?
@@ -137,7 +137,7 @@ jobs:
137137        with :
138138          only : ${{ matrix.only }} 
139139
140-       - uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6   #  v4.2 .0
140+       - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0 .0
141141        with :
142142          path : ./wheelhouse/*.whl 
143143          name : wheels-${{ matrix.only }} 
@@ -149,7 +149,7 @@ jobs:
149149
150150    steps :
151151    - name : Merge wheels 
152-       uses : actions/upload-artifact/merge@v4  
152+       uses : actions/upload-artifact/merge@v5  
153153      with :
154154        name : all_wheels 
155155        pattern : wheels-* 
@@ -170,7 +170,7 @@ jobs:
170170        uses : actions/checkout@v5 
171171
172172      - name : Download files 
173-         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 .0.0
173+         uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53   #  v6 .0.0
174174        with :
175175          path : ./dist_downloads 
176176          merge-multiple : true 
0 commit comments