summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-27 07:03:30 +0000
committerGitHub <noreply@github.com>2020-10-27 07:03:30 +0000
commitd7fe6436d7fb63ffdb7b472cb0e96d943693af26 (patch)
tree57020ae63b10869da1e0a5a1bb0019b5400a34b0
parentb0a3d89e0f69d6e460a4ae65a57ea2c721f9370b (diff)
downloadcryptography-dependabot/github_actions/actions/upload-artifact-v2.2.0.tar.gz
Update actions/upload-artifact requirement to v2.2.0dependabot/github_actions/actions/upload-artifact-v2.2.0
Updates the requirements on [actions/upload-artifact](https://github.com/actions/upload-artifact) to permit the latest version. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/commits/27bce4eee761b5bc643f46a8dfb41b430c8d05f6) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/wheel-builder.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 0534513ac..74012f09b 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -47,7 +47,7 @@ jobs:
.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'))"
- run: mkdir cryptography-wheelhouse
- run: mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v2.2.0
with:
name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON }}"
path: cryptography-wheelhouse/