Skip to content

Commit 43d3cac

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#975)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a5b990 commit 43d3cac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheel-builder.yml

+4-4
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
39+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4040
with:
4141
name: "bcrypt-sdist"
4242
path: dist/bcrypt*
@@ -120,7 +120,7 @@ jobs:
120120
121121
- run: mkdir bcrypt-wheelhouse
122122
- run: mv wheelhouse/bcrypt*.whl bcrypt-wheelhouse/
123-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
123+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
124124
with:
125125
name: "bcrypt-${{ github.event.inputs.version }}-${{ matrix.MANYLINUX.NAME }} -${{ matrix.PYTHON.VERSION }}"
126126
path: bcrypt-wheelhouse/
@@ -191,7 +191,7 @@ jobs:
191191
192192
- run: mkdir bcrypt-wheelhouse
193193
- run: mv wheelhouse/bcrypt*.whl bcrypt-wheelhouse/
194-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
194+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
195195
with:
196196
name: "bcrypt-${{ github.event.inputs.version }}-macOS-${{ matrix.PYTHON.ABI_VERSION }}"
197197
path: bcrypt-wheelhouse/
@@ -241,7 +241,7 @@ jobs:
241241
# 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
242242
- run: mkdir bcrypt-wheelhouse
243243
- run: move wheelhouse\bcrypt*.whl bcrypt-wheelhouse\
244-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
244+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
245245
with:
246246
name: "bcrypt-${{ github.event.inputs.version }}-${{ matrix.WINDOWS.ARCH }}-${{ matrix.PYTHON.ABI_VERSION }}"
247247
path: bcrypt-wheelhouse\

0 commit comments

Comments
 (0)