Skip to content

Commit d598f6b

Browse files
Bump actions/download-artifact from 6.0.0 to 7.0.0
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]>
1 parent f240dd7 commit d598f6b

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
@@ -121,7 +121,7 @@ jobs:
121121
- run: /opt/python/${{ matrix.PYTHON.VERSION }}/bin/python -m venv .venv
122122
- name: Install python dependencies
123123
run: .venv/bin/pip install -U pip wheel setuptools-rust
124-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
124+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
125125
with:
126126
name: bcrypt-sdist
127127
- 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
197+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
198198
with:
199199
name: bcrypt-sdist
200200
- run: mkdir wheelhouse
@@ -237,7 +237,7 @@ jobs:
237237
- {VERSION: "3.14t"}
238238
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS.ARCH }}"
239239
steps:
240-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
240+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
241241
with:
242242
name: bcrypt-sdist
243243
- name: Setup python

0 commit comments

Comments
 (0)