7070        run : twine check dist/* 
7171
7272      - name : Upload sdist result 
73-         uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02    #  v4.6.2 
73+         uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4    #  v5.0.0 
7474        with :
7575          name : cibw-sdist 
7676          path : dist/*.tar.gz 
@@ -131,13 +131,13 @@ jobs:
131131
132132    steps :
133133      - name : Download sdist 
134-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093    #  v4.3 .0
134+         uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53    #  v6.0 .0
135135        with :
136136          name : cibw-sdist 
137137          path : dist/ 
138138
139139      - name : Build wheels for CPython 3.13 
140-         uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a    #  v2.23.3 
140+         uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c    #  v3.2.1 
141141        with :
142142          package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }} 
143143        env :
@@ -148,15 +148,15 @@ jobs:
148148          CIBW_ARCHS : ${{ matrix.cibw_archs }} 
149149
150150      - name : Build wheels for CPython 3.12 
151-         uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a    #  v2.23.3 
151+         uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c    #  v3.2.1 
152152        with :
153153          package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }} 
154154        env :
155155          CIBW_BUILD : " cp312-*" 
156156          CIBW_ARCHS : ${{ matrix.cibw_archs }} 
157157
158158      - name : Build wheels for CPython 3.11 
159-         uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a    #  v2.23.3 
159+         uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c    #  v3.2.1 
160160        with :
161161          package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }} 
162162        env :
@@ -165,7 +165,7 @@ jobs:
165165
166166
167167      - name : Build wheels for PyPy 
168-         uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a    #  v2.23.3 
168+         uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c    #  v3.2.1 
169169        with :
170170          package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }} 
171171        env :
@@ -176,7 +176,7 @@ jobs:
176176          CIBW_TEST_SKIP : " pp311*" 
177177        if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' 
178178
179-       - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02    #  v4.6.2 
179+       - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4    #  v5.0.0 
180180        with :
181181          name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }} 
182182          path : ./wheelhouse/*.whl 
@@ -194,7 +194,7 @@ jobs:
194194      contents : read 
195195    steps :
196196      - name : Download packages 
197-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093    #  v4.3 .0
197+         uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53    #  v6.0 .0
198198        with :
199199          pattern : cibw-* 
200200          path : dist 
@@ -204,9 +204,9 @@ jobs:
204204        run : ls dist 
205205
206206      - name : Generate artifact attestation for sdist and wheel 
207-         uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd    #  v2.3 .0
207+         uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a    #  v3.0 .0
208208        with :
209209          subject-path : dist/matplotlib-* 
210210
211211      - name : Publish package distributions to PyPI 
212-         uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc    #  v1.12.4 
212+         uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e    #  v1.13.0 
0 commit comments