diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-05 06:27:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 06:27:26 +0000 |
| commit | bcbe9db123ba3bdaf8e60fd500c434badae3a6a1 (patch) | |
| tree | 87053fe2958c1c1e6908a005ba20380bbe68ffab | |
| parent | e4c7a3d4833811983e4ae58da51b44c5e26be968 (diff) | |
| download | cryptography-dependabot/github_actions/actions/upload-artifact-v2.2.2.tar.gz | |
Update actions/upload-artifact requirement to v2.2.2dependabot/github_actions/actions/upload-artifact-v2.2.2
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/e448a9b857ee2131e752b06002bf0e093c65e571)
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/wheel-builder.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index c9de0b65b..9bcb43831 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.2 with: name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON }}" path: cryptography-wheelhouse/ @@ -98,7 +98,7 @@ jobs: - run: mkdir cryptography-wheelhouse - run: mv wheelhouse/cryptography*.whl cryptography-wheelhouse/ - - uses: actions/upload-artifact@v2.2.0 + - uses: actions/upload-artifact@v2.2.2 with: name: "cryptography-${{ github.event.inputs.version }}-macOS-${{ matrix.PYTHON.ABI_VERSION }}" path: cryptography-wheelhouse/ @@ -149,7 +149,7 @@ jobs: - run: mkdir cryptography-wheelhouse - run: move wheelhouse\cryptography*.whl cryptography-wheelhouse\ - - uses: actions/upload-artifact@v2.2.0 + - uses: actions/upload-artifact@v2.2.2 with: name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.WINDOWS }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION}}" path: cryptography-wheelhouse\ |
