diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-10-27 07:03:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 07:03:30 +0000 |
| commit | d7fe6436d7fb63ffdb7b472cb0e96d943693af26 (patch) | |
| tree | 57020ae63b10869da1e0a5a1bb0019b5400a34b0 | |
| parent | b0a3d89e0f69d6e460a4ae65a57ea2c721f9370b (diff) | |
| download | cryptography-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.yml | 2 |
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/ |
