From 1591cdfe2828443a1b16ed34e8ae77eb94aa3cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:00:26 +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/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a53cc3f7..2e3def6b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -54,7 +54,7 @@ jobs: with: path: sgkit-copy - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: @@ -85,7 +85,7 @@ jobs: with: path: sgkit-copy - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: @@ -106,7 +106,7 @@ jobs: needs: ['unix-test', 'windows-test'] steps: - name: Download all - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Move to dist run: | mkdir dist