@@ -157,7 +157,7 @@ jobs:
157157 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
158158
159159 - name : " Install Python 3.8"
160- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
160+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
161161 with :
162162 # PYVERSIONS
163163 python-version : " 3.8"
@@ -188,7 +188,7 @@ jobs:
188188 python -m twine check wheelhouse/*
189189
190190 - name : " Upload wheels"
191- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
191+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
192192 with :
193193 name : dist-${{ env.MATRIX_ID }}
194194 path : wheelhouse/*.whl
@@ -202,7 +202,7 @@ jobs:
202202 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
203203
204204 - name : " Install Python 3.8"
205- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
205+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
206206 with :
207207 # PYVERSIONS
208208 python-version : " 3.8"
@@ -226,7 +226,7 @@ jobs:
226226 python -m twine check dist/*
227227
228228 - name : " Upload sdist"
229- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
229+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
230230 with :
231231 name : dist-sdist
232232 path : dist/*.tar.gz
@@ -240,7 +240,7 @@ jobs:
240240 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
241241
242242 - name : " Install PyPy"
243- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
243+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
244244 with :
245245 python-version : " pypy-3.8" # Minimum of PyPy PYVERSIONS
246246 cache : pip
@@ -268,7 +268,7 @@ jobs:
268268 python -m twine check dist/*
269269
270270 - name : " Upload wheels"
271- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
271+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
272272 with :
273273 name : dist-pypy
274274 path : dist/*.whl
@@ -308,7 +308,7 @@ jobs:
308308 ls -alR
309309
310310 - name : " Upload signatures"
311- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
311+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
312312 with :
313313 name : signatures
314314 path : |
0 commit comments