Skip to content

Commit cbd9397

Browse files
authoredFeb 26, 2025··
Bump actions/download-artifact from 4.1.8 to 4.1.9 (#982)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94ba6f7 commit cbd9397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/wheel-builder.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- run: /opt/python/${{ matrix.PYTHON.VERSION }}/bin/python -m venv .venv
102102
- name: Install python dependencies
103103
run: .venv/bin/pip install -U pip wheel setuptools-rust
104-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
104+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
105105
with:
106106
name: bcrypt-sdist
107107
- run: mkdir tmpwheelhouse
@@ -170,7 +170,7 @@ jobs:
170170

171171
- run: ${{ matrix.PYTHON.BIN_PATH }} -m venv venv
172172
- run: venv/bin/pip install -U pip wheel setuptools-rust
173-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
173+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
174174
with:
175175
name: bcrypt-sdist
176176
- run: mkdir wheelhouse
@@ -211,7 +211,7 @@ jobs:
211211
- {VERSION: "3.13t"}
212212
name: "${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS.ARCH }}"
213213
steps:
214-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
214+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
215215
with:
216216
name: bcrypt-sdist
217217
- name: Setup python

0 commit comments

Comments
 (0)
Please sign in to comment.