File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ jobs:
313
313
timeout-minutes : 2
314
314
uses : ./.github/actions/fetch-vectors
315
315
316
- - uses : dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
316
+ - uses : dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
317
317
with :
318
318
repo : pyca/infra
319
319
workflow : build-macos-openssl.yml
@@ -373,7 +373,7 @@ jobs:
373
373
key : ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.WINDOWS.ARCH }}-${{ steps.setup-python.outputs.python-version }}
374
374
- run : python -m pip install -c ci-constraints-requirements.txt "nox[uv]" "tomli; python_version < '3.11'"
375
375
376
- - uses : dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
376
+ - uses : dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
377
377
with :
378
378
repo : pyca/infra
379
379
workflow : build-windows-openssl.yml
Original file line number Diff line number Diff line change 43
43
echo "PYPI_URL=https://test.pypi.org/legacy/" >> $GITHUB_ENV
44
44
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi'
45
45
46
- - uses : dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
46
+ - uses : dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
47
47
with :
48
48
path : tmpdist/
49
49
run_id : ${{ github.event.inputs.run_id || github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ jobs:
233
233
with :
234
234
python-version : ${{ matrix.PYTHON.VERSION }}
235
235
if : contains(matrix.PYTHON.VERSION, 'pypy')
236
- - uses : dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
236
+ - uses : dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
237
237
with :
238
238
repo : pyca/infra
239
239
workflow : build-macos-openssl.yml
@@ -330,7 +330,7 @@ jobs:
330
330
toolchain : stable
331
331
target : ${{ matrix.WINDOWS.RUST_TRIPLE }}
332
332
333
- - uses : dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
333
+ - uses : dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
334
334
with :
335
335
repo : pyca/infra
336
336
workflow : build-windows-openssl.yml
You can’t perform that action at this time.
0 commit comments