File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
.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'))"
48
48
- run : mkdir cryptography-wheelhouse
49
49
- run : mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
50
- - uses : actions/upload-artifact@v1
50
+ - uses : actions/upload-artifact@v2.2.0
51
51
with :
52
52
name : " cryptography-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON }}"
53
53
path : cryptography-wheelhouse/
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
- run : mkdir cryptography-wheelhouse
103
103
- run : mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
104
- - uses : actions/upload-artifact@v1
104
+ - uses : actions/upload-artifact@v2.2.0
105
105
with :
106
106
name : " cryptography-${{ github.event.inputs.version }}-macOS-${{ matrix.PYTHON.ABI_VERSION }}"
107
107
path : cryptography-wheelhouse/
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
- run : mkdir cryptography-wheelhouse
161
161
- run : move wheelhouse\cryptography*.whl cryptography-wheelhouse\
162
- - uses : actions/upload-artifact@v1
162
+ - uses : actions/upload-artifact@v2.2.0
163
163
with :
164
164
name : " cryptography-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.WINDOWS }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION}}"
165
165
path : cryptography-wheelhouse\
You can’t perform that action at this time.
0 commit comments