From cad944feaf4180772e56c6a09d04e0b42d6de999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:34:06 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/dist-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dist-test.yml b/.github/workflows/dist-test.yml index 13036d2..92c95aa 100644 --- a/.github/workflows/dist-test.yml +++ b/.github/workflows/dist-test.yml @@ -65,12 +65,12 @@ jobs: python -m pip install --upgrade pip setuptools wheel pip install -r requirements-dev.txt - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: 'dists' path: dist - name: Download sphinx artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: 'dists-sphinx' path: dist @@ -103,12 +103,12 @@ jobs: run: | python -m pip install --upgrade pip setuptools wheel twine - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: 'dists' path: dist - name: Download sphinx artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: 'dists-sphinx' path: dist-sphinx