Skip to content

Commit 2762014

Browse files
chore(deps): bump dawidd6/action-download-artifact from 9 to 10 (#13025)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@07ab29f...4c1e823) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 793f8bb commit 2762014

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
timeout-minutes: 2
314314
uses: ./.github/actions/fetch-vectors
315315

316-
- uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
316+
- uses: dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
317317
with:
318318
repo: pyca/infra
319319
workflow: build-macos-openssl.yml
@@ -373,7 +373,7 @@ jobs:
373373
key: ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.WINDOWS.ARCH }}-${{ steps.setup-python.outputs.python-version }}
374374
- run: python -m pip install -c ci-constraints-requirements.txt "nox[uv]" "tomli; python_version < '3.11'"
375375

376-
- uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
376+
- uses: dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
377377
with:
378378
repo: pyca/infra
379379
workflow: build-windows-openssl.yml

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
46+
- uses: dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
4747
with:
4848
path: tmpdist/
4949
run_id: ${{ github.event.inputs.run_id || github.event.workflow_run.id }}

.github/workflows/wheel-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
with:
234234
python-version: ${{ matrix.PYTHON.VERSION }}
235235
if: contains(matrix.PYTHON.VERSION, 'pypy')
236-
- uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
236+
- uses: dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
237237
with:
238238
repo: pyca/infra
239239
workflow: build-macos-openssl.yml
@@ -330,7 +330,7 @@ jobs:
330330
toolchain: stable
331331
target: ${{ matrix.WINDOWS.RUST_TRIPLE }}
332332

333-
- uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
333+
- uses: dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
334334
with:
335335
repo: pyca/infra
336336
workflow: build-windows-openssl.yml

0 commit comments

Comments
 (0)