@@ -40,11 +40,11 @@ jobs:
40
40
run : .venv/bin/python -m build --sdist
41
41
- name : Make sdist and wheel (vectors)
42
42
run : cd vectors/ && ../.venv/bin/python -m build
43
- - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
43
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
44
44
with :
45
45
name : " cryptography-sdist"
46
46
path : dist/cryptography*
47
- - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
47
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
48
48
with :
49
49
name : " vectors-sdist-wheel"
50
50
path : vectors/dist/cryptography*
@@ -145,7 +145,7 @@ jobs:
145
145
.venv/bin/python -c "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'))"
146
146
- run : mkdir cryptography-wheelhouse
147
147
- run : mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
148
- - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
148
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
149
149
with :
150
150
name : " cryptography-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION }}"
151
151
path : cryptography-wheelhouse/
@@ -259,7 +259,7 @@ jobs:
259
259
- run : mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
260
260
- run : |
261
261
echo "CRYPTOGRAPHY_WHEEL_NAME=$(basename $(ls cryptography-wheelhouse/cryptography*.whl))" >> $GITHUB_ENV
262
- - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
262
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
263
263
with :
264
264
name : " ${{ env.CRYPTOGRAPHY_WHEEL_NAME }}"
265
265
path : cryptography-wheelhouse/
@@ -339,7 +339,7 @@ jobs:
339
339
340
340
- run : mkdir cryptography-wheelhouse
341
341
- run : move wheelhouse\cryptography*.whl cryptography-wheelhouse\
342
- - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
342
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
343
343
with :
344
344
name : " cryptography-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.WINDOWS }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION }}"
345
345
path : cryptography-wheelhouse\
0 commit comments