@@ -40,12 +40,12 @@ jobs:
4040
4141 - name : Set up QEMU for emulation
4242 if : matrix.cibw_archs == 'riscv64'
43- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
43+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0 .0
4444 with :
4545 platforms : ${{ matrix.cibw_archs }}
4646
4747 - name : Build
48- uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
48+ uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
4949 env :
5050 CIBW_TEST_REQUIRES : " pytest"
5151 CIBW_TEST_COMMAND : " pytest {package}/test"
5959 python -m build -s -o wheelhouse
6060
6161 - name : Upload Wheels to artifact
62- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363 with :
6464 name : wheels-${{ matrix.os }}${{ matrix.name_suffix || '' }}
6565 path : wheelhouse
@@ -69,15 +69,15 @@ jobs:
6969 needs : [build_wheels]
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
72+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7373 with :
7474 # unpacks all CIBW artifacts into dist/
7575 pattern : wheels-*
7676 path : dist
7777 merge-multiple : true
7878
7979 - name : Upload Wheels to artifact
80- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
80+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8181 with :
8282 name : wheels-all
8383 path : dist
9393 # or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
9494 # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
9595 steps :
96- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
96+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9797 with :
9898 # unpacks all CIBW artifacts into dist/
9999 pattern : wheels-*
0 commit comments