Skip to content

Commit b887471

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#1103)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.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 6910109 commit b887471

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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
124+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
197+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
240+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
241241
with:
242242
name: bcrypt-sdist
243243
- name: Setup python

0 commit comments

Comments
 (0)