summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-07 06:24:01 +0000
committerGitHub <noreply@github.com>2021-04-07 06:24:01 +0000
commit4b3bb389ccba1d6cbb6ce504471ee84fb7d00b18 (patch)
treedf816d4071bc7f29e38584fb7867f16c1f58f8fc
parent6c376fe02da73ee58f6693528861cf96bc4ca0d9 (diff)
downloadpy-bcrypt-git-dependabot/github_actions/actions/upload-artifact-v2.2.3.tar.gz
Bump actions/upload-artifact from v1 to v2.2.3dependabot/github_actions/actions/upload-artifact-v2.2.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/wheel-builder.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 81c1fc1..79167cb 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -31,7 +31,7 @@ jobs:
- run: mkdir bcrypt-wheelhouse
- run: mv wheelhouse/bcrypt*.whl bcrypt-wheelhouse/
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v2.2.3
with:
name: "bcrypt-${{ github.event.inputs.version }}-${{ matrix.CONTAINER.NAME }} -${{ matrix.PYTHON.ABI_VERSION }}"
path: bcrypt-wheelhouse/
@@ -60,7 +60,7 @@ jobs:
- run: mkdir bcrypt-wheelhouse
- run: mv wheelhouse/bcrypt*.whl bcrypt-wheelhouse/
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v2.2.3
with:
name: "bcrypt-${{ github.event.inputs.version }}-macOS-${{ matrix.PYTHON.ABI_VERSION }}"
path: bcrypt-wheelhouse/
@@ -93,7 +93,7 @@ jobs:
# TODO: can we setup another python and test in the same job? this would catch bad linking problems (e.g. build and test on py36, but then install py38 and see if it works
- run: mkdir bcrypt-wheelhouse
- run: move wheelhouse\bcrypt*.whl bcrypt-wheelhouse\
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v2.2.3
with:
name: "bcrypt-${{ github.event.inputs.version }}-${{ matrix.WINDOWS }}-${{ matrix.PYTHON.ABI_VERSION }}"
path: bcrypt-wheelhouse\
@@ -131,7 +131,7 @@ jobs:
.venv/bin/python -c \"import bcrypt; password = b'super secret password';hashed = bcrypt.hashpw(password, bcrypt.gensalt());bcrypt.checkpw(password, hashed)\";"
- run: mkdir bcrypt-wheelhouse
- run: sudo mv wheelhouse/bcrypt*.whl bcrypt-wheelhouse/
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v2.2.3
with:
name: "bcrypt-${{ github.event.inputs.version }}-manylinux2014-aarch64-${{ matrix.PYTHON.ABI_VERSION }}"
path: bcrypt-wheelhouse/