From e0f65ddd39d43cfcc498ad73a0241ccb026c549d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:35:19 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-manylinux-pypi.yml | 4 ++-- .github/workflows/cd-sdist-pypi.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-manylinux-pypi.yml b/.github/workflows/cd-manylinux-pypi.yml index ba0fb6e8..16ab84db 100644 --- a/.github/workflows/cd-manylinux-pypi.yml +++ b/.github/workflows/cd-manylinux-pypi.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Download the manylinux wheel - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: python-${{ matrix.py-version }}-manylinux-wheel path: dist/ @@ -92,7 +92,7 @@ jobs: steps: - name: Download the manylinux wheel - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: python-${{ matrix.py-version }}-manylinux-wheel path: dist/ diff --git a/.github/workflows/cd-sdist-pypi.yml b/.github/workflows/cd-sdist-pypi.yml index 33d94d5b..708d45b7 100644 --- a/.github/workflows/cd-sdist-pypi.yml +++ b/.github/workflows/cd-sdist-pypi.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Download the source distribution - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: python-package-source-distribution path: dist/ @@ -70,7 +70,7 @@ jobs: steps: - name: Download the source distribution - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: python-package-source-distribution path: dist/