@@ -214,7 +214,7 @@ jobs:
214214          python -m twine check wheelhouse/* 
215215
216216       - name : " Upload binary wheels" 
217-         uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
217+         uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
218218        with :
219219          name : dist-${{ env.MATRIX_ID }} 
220220          path : wheelhouse/*.whl 
@@ -255,7 +255,7 @@ jobs:
255255          python -m twine check dist/* 
256256
257257       - name : " Upload non-binary artifacts" 
258-         uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
258+         uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
259259        with :
260260          name : dist-non-binary 
261261          path : dist/* 
@@ -273,7 +273,7 @@ jobs:
273273      id-token : write    #  Needed for signing artifacts
274274    steps :
275275      - name : " Download artifacts" 
276-         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 .0.0
276+         uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53   #  v6 .0.0
277277        with :
278278          pattern : dist-* 
279279          merge-multiple : true 
@@ -286,7 +286,7 @@ jobs:
286286          files=$(ls coverage-* 2>/dev/null | wc -l) && [ "$files" -eq $EXPECTED ] || exit 1 
287287
288288       - name : " Sign artifacts" 
289-         uses : sigstore/gh-action-sigstore-python@f7ad0af51a5648d09a20d00370f0a91c3bdf8f84   #  v3.0.1 
289+         uses : sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c   #  v3.1.0 
290290        with :
291291          inputs : coverage-*.* 
292292
@@ -295,7 +295,7 @@ jobs:
295295          ls -alR 
296296
297297       - name : " Upload signatures" 
298-         uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
298+         uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
299299        with :
300300          name : signatures 
301301          path : " *.sigstore.json" 
0 commit comments