Skip to content

Commit 048f6f1

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0
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]>
1 parent f240dd7 commit 048f6f1

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*
@@ -140,7 +140,7 @@ jobs:
140140
141141
- run: mkdir bcrypt-wheelhouse
142142
- run: mv wheelhouse/bcrypt*.whl bcrypt-wheelhouse/
143-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
143+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
144144
with:
145145
name: "bcrypt-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }}-${{ matrix.PYTHON.VERSION }}${{ matrix.PYTHON.ABI_VERSION }}"
146146
path: bcrypt-wheelhouse/
@@ -215,7 +215,7 @@ jobs:
215215
216216
- run: mkdir bcrypt-wheelhouse
217217
- run: mv wheelhouse/bcrypt*.whl bcrypt-wheelhouse/
218-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
218+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
219219
with:
220220
name: "bcrypt-${{ github.event.inputs.version }}-macOS-${{ matrix.PYTHON.VERSION }}${{ matrix.PYTHON.ABI_VERSION }}"
221221
path: bcrypt-wheelhouse/
@@ -267,7 +267,7 @@ jobs:
267267
# 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
268268
- run: mkdir bcrypt-wheelhouse
269269
- run: move wheelhouse\bcrypt*.whl bcrypt-wheelhouse\
270-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
270+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
271271
with:
272272
name: "bcrypt-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.ARCH }}-${{ matrix.PYTHON.VERSION }}${{ matrix.PYTHON.ABI_VERSION }}"
273273
path: bcrypt-wheelhouse\

0 commit comments

Comments
 (0)