Skip to content

Commit 08a97cc

Browse files
Bump actions/upload-artifact from v1 to v2.2.0 (#5502)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...27bce4e) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52a0e44 commit 08a97cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheel-builder.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
.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'))"
4848
- run: mkdir cryptography-wheelhouse
4949
- run: mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
50-
- uses: actions/upload-artifact@v1
50+
- uses: actions/upload-artifact@v2.2.0
5151
with:
5252
name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON }}"
5353
path: cryptography-wheelhouse/
@@ -101,7 +101,7 @@ jobs:
101101
102102
- run: mkdir cryptography-wheelhouse
103103
- run: mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
104-
- uses: actions/upload-artifact@v1
104+
- uses: actions/upload-artifact@v2.2.0
105105
with:
106106
name: "cryptography-${{ github.event.inputs.version }}-macOS-${{ matrix.PYTHON.ABI_VERSION }}"
107107
path: cryptography-wheelhouse/
@@ -159,7 +159,7 @@ jobs:
159159
160160
- run: mkdir cryptography-wheelhouse
161161
- run: move wheelhouse\cryptography*.whl cryptography-wheelhouse\
162-
- uses: actions/upload-artifact@v1
162+
- uses: actions/upload-artifact@v2.2.0
163163
with:
164164
name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.WINDOWS }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION}}"
165165
path: cryptography-wheelhouse\

0 commit comments

Comments
 (0)