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 @@ -314,7 +314,7 @@ jobs:
314314 timeout-minutes : 2
315315 uses : ./.github/actions/fetch-vectors
316316
317- - uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
317+ - uses : dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12
318318 with :
319319 repo : pyca/infra
320320 workflow : build-macos-openssl.yml
@@ -380,7 +380,7 @@ jobs:
380380 key : ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.WINDOWS.ARCH }}-${{ steps.setup-python.outputs.python-version }}
381381 - run : python -m pip install -c ci-constraints-requirements.txt "nox[uv]" "tomli; python_version < '3.11'"
382382
383- - uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
383+ - uses : dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12
384384 with :
385385 repo : pyca/infra
386386 workflow : build-windows-openssl.yml
Original file line number Diff line number Diff line change 4343 echo "PYPI_URL=https://test.pypi.org/legacy/" >> $GITHUB_ENV
4444 if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi'
4545
46- - uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
46+ - uses : dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12
4747 with :
4848 path : tmpdist/
4949 run_id : ${{ github.event.inputs.run_id || github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254254 with :
255255 python-version : ${{ matrix.PYTHON.VERSION }}
256256 if : contains(matrix.PYTHON.VERSION, 'pypy')
257- - uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
257+ - uses : dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12
258258 with :
259259 repo : pyca/infra
260260 workflow : build-macos-openssl.yml
@@ -357,7 +357,7 @@ jobs:
357357 toolchain : stable
358358 target : ${{ matrix.WINDOWS.RUST_TRIPLE }}
359359
360- - uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
360+ - uses : dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12
361361 with :
362362 repo : pyca/infra
363363 workflow : build-windows-openssl.yml
You can’t perform that action at this time.
0 commit comments