Skip to content

Commit a10d1c5

Browse files
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#1122)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.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 37aa197 commit a10d1c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- run: /opt/python/${{ matrix.PYTHON.VERSION }}/bin/python -m venv .venv
104104
- name: Install python dependencies
105105
run: .venv/bin/pip install -U pip wheel setuptools-rust
106-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
106+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
107107
with:
108108
name: bcrypt-sdist
109109
- run: mkdir tmpwheelhouse
@@ -176,7 +176,7 @@ jobs:
176176

177177
- run: ${{ matrix.PYTHON.BIN_PATH }} -m venv venv
178178
- run: venv/bin/pip install -U pip wheel setuptools-rust
179-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
179+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
180180
with:
181181
name: bcrypt-sdist
182182
- run: mkdir wheelhouse
@@ -219,7 +219,7 @@ jobs:
219219
- {VERSION: "3.14t"}
220220
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS.ARCH }}"
221221
steps:
222-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
222+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
223223
with:
224224
name: bcrypt-sdist
225225
- name: Setup python

0 commit comments

Comments
 (0)