diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-07 06:09:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 06:09:55 +0000 |
| commit | a53cadf09544b556137f25a1bc4295067a1f15e7 (patch) | |
| tree | d576320e83876b5a436d6c4618871d99c640f5a8 | |
| parent | 16a3227ccd76617e66f673c1c5acefcca5174ee5 (diff) | |
| download | cryptography-dependabot/github_actions/actions/upload-artifact-v2.2.3.tar.gz | |
Update actions/upload-artifact requirement to v2.2.3dependabot/github_actions/actions/upload-artifact-v2.2.3
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/ee69f02b3dfdecd58bb31b4d133da38ba6fe3700)
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 271bd4de4..6ff6be891 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -51,7 +51,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.3 with: name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON.VERSION }}" path: cryptography-wheelhouse/ @@ -104,7 +104,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.3 with: name: "cryptography-${{ github.event.inputs.version }}-macOS-${{ matrix.PYTHON.ABI_VERSION }}" path: cryptography-wheelhouse/ @@ -155,7 +155,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.3 with: name: "cryptography-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.WINDOWS }}-${{ matrix.PYTHON.VERSION }}-${{ matrix.PYTHON.ABI_VERSION}}" path: cryptography-wheelhouse\ |
