File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
- run : /opt/python/${{ matrix.PYTHON.VERSION }}/bin/python -m venv .venv
102
102
- name : Install python dependencies
103
103
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
105
105
with :
106
106
name : bcrypt-sdist
107
107
- run : mkdir tmpwheelhouse
@@ -170,7 +170,7 @@ jobs:
170
170
171
171
- run : ${{ matrix.PYTHON.BIN_PATH }} -m venv venv
172
172
- 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
174
174
with :
175
175
name : bcrypt-sdist
176
176
- run : mkdir wheelhouse
@@ -211,7 +211,7 @@ jobs:
211
211
- {VERSION: "3.13t"}
212
212
name : " ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS.ARCH }}"
213
213
steps :
214
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
214
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
215
215
with :
216
216
name : bcrypt-sdist
217
217
- name : Setup python
You can’t perform that action at this time.
0 commit comments