From 917b9513f759b32038847e6a1045b7b56c14000d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:11:39 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.1.1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.1.1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b29c05c..36f52bf4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -258,7 +258,7 @@ jobs: uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.python-version }} - - uses: actions/download-artifact@v2.1.1 + - uses: actions/download-artifact@v4.1.7 name: Download wheels with: name: wheels @@ -341,12 +341,12 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v4.1.1 - - uses: actions/download-artifact@v2.1.1 + - uses: actions/download-artifact@v4.1.7 name: Download wheels with: name: wheels path: wheelhouse - - uses: actions/download-artifact@v2.1.1 + - uses: actions/download-artifact@v4.1.7 name: Download sdist with: name: sdist_wheels @@ -415,12 +415,12 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v4.1.1 - - uses: actions/download-artifact@v2.1.1 + - uses: actions/download-artifact@v4.1.7 name: Download wheels with: name: wheels path: wheelhouse - - uses: actions/download-artifact@v2.1.1 + - uses: actions/download-artifact@v4.1.7 name: Download sdist with: name: sdist_wheels @@ -490,7 +490,7 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v4.1.1 - - uses: actions/download-artifact@v2.1.1 + - uses: actions/download-artifact@v4.1.7 name: Download artifacts with: name: deploy_artifacts