Skip to content

Commit 7db7c5c

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#1121)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a10d1c5 commit 7db7c5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: .venv/bin/pip install -U pip build
3737
- name: Make sdist
3838
run: .venv/bin/python -m build --sdist
39-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
39+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4040
with:
4141
name: "bcrypt-sdist"
4242
path: dist/bcrypt*
@@ -122,7 +122,7 @@ jobs:
122122
123123
- run: mkdir bcrypt-wheelhouse
124124
- run: mv wheelhouse/bcrypt*.whl bcrypt-wheelhouse/
125-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
125+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
126126
with:
127127
name: "bcrypt-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON.VERSION }}${{ matrix.PYTHON.ABI_VERSION }}"
128128
path: bcrypt-wheelhouse/
@@ -197,7 +197,7 @@ jobs:
197197
198198
- run: mkdir bcrypt-wheelhouse
199199
- run: mv wheelhouse/bcrypt*.whl bcrypt-wheelhouse/
200-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
200+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
201201
with:
202202
name: "bcrypt-${{ github.event.inputs.version }}-macOS-${{ matrix.PYTHON.VERSION }}${{ matrix.PYTHON.ABI_VERSION }}"
203203
path: bcrypt-wheelhouse/
@@ -249,7 +249,7 @@ jobs:
249249
# 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
250250
- run: mkdir bcrypt-wheelhouse
251251
- run: move wheelhouse\bcrypt*.whl bcrypt-wheelhouse\
252-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
252+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
253253
with:
254254
name: "bcrypt-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.ARCH }}-${{ matrix.PYTHON.VERSION }}${{ matrix.PYTHON.ABI_VERSION }}"
255255
path: bcrypt-wheelhouse\

0 commit comments

Comments
 (0)