diff --git a/.github/workflows/python-build-publish.yaml b/.github/workflows/python-build-publish.yaml index 87093fa..4c06b31 100644 --- a/.github/workflows/python-build-publish.yaml +++ b/.github/workflows/python-build-publish.yaml @@ -22,7 +22,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0 - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl @@ -36,7 +36,7 @@ jobs: - name: Build sdist run: pipx run build --sdist - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: cibw-sdist path: dist/*.tar.gz @@ -51,7 +51,7 @@ jobs: id-token: write if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: # unpacks all CIBW artifacts into dist/ pattern: cibw-*