Skip to content

Commit 3c70af0

Browse files
Bump actions/download-artifact from 4.2.1 to 4.3.0 (#1021)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...d3f86a1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eee192f commit 3c70af0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- run: /opt/python/${{ matrix.PYTHON.VERSION }}/bin/python -m venv .venv
126126
- name: Install python dependencies
127127
run: .venv/bin/pip install -U pip wheel setuptools-rust
128-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
128+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
129129
with:
130130
name: bcrypt-sdist
131131
- run: mkdir tmpwheelhouse
@@ -194,7 +194,7 @@ jobs:
194194

195195
- run: ${{ matrix.PYTHON.BIN_PATH }} -m venv venv
196196
- run: venv/bin/pip install -U pip wheel setuptools-rust
197-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
197+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
198198
with:
199199
name: bcrypt-sdist
200200
- run: mkdir wheelhouse
@@ -235,7 +235,7 @@ jobs:
235235
- {VERSION: "3.13t"}
236236
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS.ARCH }}"
237237
steps:
238-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
238+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
239239
with:
240240
name: bcrypt-sdist
241241
- name: Setup python

0 commit comments

Comments
 (0)