@@ -44,11 +44,11 @@ jobs:
4444 run : uv build --build-constraint=$BUILD_REQUIREMENTS_PATH --require-hashes --sdist
4545 - name : Make sdist and wheel (vectors)
4646 run : uv build --build-constraint=$BUILD_REQUIREMENTS_PATH --require-hashes vectors/
47- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4848 with :
4949 name : " cryptography-sdist"
5050 path : dist/cryptography*
51- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 name : " vectors-sdist-wheel"
5454 path : vectors/dist/cryptography*
@@ -168,7 +168,7 @@ jobs:
168168 - run : |
169169 echo "from cryptography.hazmat.backends.openssl.backend import backend;print('Loaded: ' + backend.openssl_version_text());print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))" | uv run -
170170
171- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
171+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
172172 with :
173173 name : " cryptography-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION }}"
174174 path : wheelhouse/
@@ -302,7 +302,7 @@ jobs:
302302
303303 - run : |
304304 echo "CRYPTOGRAPHY_WHEEL_NAME=$(basename $(ls wheelhouse/cryptography*.whl))" >> $GITHUB_ENV
305- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
305+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
306306 with :
307307 name : " ${{ env.CRYPTOGRAPHY_WHEEL_NAME }}"
308308 path : wheelhouse/
@@ -391,7 +391,7 @@ jobs:
391391 run : |
392392 echo "from cryptography.hazmat.backends.openssl.backend import backend;print('Loaded: ' + backend.openssl_version_text());print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))" | uv run -
393393
394- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
394+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
395395 with :
396396 name : " cryptography-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.WINDOWS }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION }}"
397397 path : wheelhouse\
0 commit comments