summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-08 12:04:18 +0000
committerGitHub <noreply@github.com>2021-12-08 12:04:18 +0000
commit3811916a2544e1b889fb49a43b64983bf54b8590 (patch)
tree86a10aa7b662e29767c29979fb12b92c072e792c
parent5b75830dd927134347432fa1c5ba5d68927a9640 (diff)
downloadcryptography-dependabot/github_actions/actions/upload-artifact-2.3.0.tar.gz
Bump actions/upload-artifact from 1 to 2.3.0dependabot/github_actions/actions/upload-artifact-2.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 2.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v2.3.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/wheel-builder.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index a8f261083..cc9dfaa28 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -70,7 +70,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.3.0
with:
name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON.VERSION }}"
path: cryptography-wheelhouse/
@@ -168,7 +168,7 @@ jobs:
- run: mv wheelhouse/cryptography*.whl cryptography-wheelhouse/
- run: |
echo "CRYPTOGRAPHY_WHEEL_NAME=$(basename $(ls cryptography-wheelhouse/cryptography*.whl))" >> $GITHUB_ENV
- - uses: actions/upload-artifact@v2.2.0
+ - uses: actions/upload-artifact@v2.3.0
with:
name: "${{ env.CRYPTOGRAPHY_WHEEL_NAME }}"
path: cryptography-wheelhouse/
@@ -230,7 +230,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.3.0
with:
name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.WINDOWS }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION}}"
path: cryptography-wheelhouse\