From 7e20c021595596565c14cf2569b14ec9a75bd560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:56:08 +0000 Subject: [PATCH 1/3] 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/build-and-test-wheels.yml | 4 ++-- .github/workflows/build-and-test-windows-wheels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test-wheels.yml b/.github/workflows/build-and-test-wheels.yml index 47f16e125..cb0ed5ebc 100644 --- a/.github/workflows/build-and-test-wheels.yml +++ b/.github/workflows/build-and-test-wheels.yml @@ -95,7 +95,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download all dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir @@ -167,7 +167,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - name: Download all dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir diff --git a/.github/workflows/build-and-test-windows-wheels.yml b/.github/workflows/build-and-test-windows-wheels.yml index 39962b3c7..0a8dfc131 100644 --- a/.github/workflows/build-and-test-windows-wheels.yml +++ b/.github/workflows/build-and-test-windows-wheels.yml @@ -156,7 +156,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - name: Download all dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir From 9d68d17196529cf6f83d7552fcef64ad798017a1 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Sat, 7 Sep 2024 12:29:47 +0200 Subject: [PATCH 2/3] Update build-and-test-wheels.yml --- .github/workflows/build-and-test-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-wheels.yml b/.github/workflows/build-and-test-wheels.yml index cb0ed5ebc..b8afc8c2d 100644 --- a/.github/workflows/build-and-test-wheels.yml +++ b/.github/workflows/build-and-test-wheels.yml @@ -95,7 +95,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download all dists - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir @@ -167,7 +167,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - name: Download all dists - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir From 6294754314459730a2fdc866d1764daa868496d4 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Sat, 7 Sep 2024 12:30:03 +0200 Subject: [PATCH 3/3] Update build-and-test-windows-wheels.yml --- .github/workflows/build-and-test-windows-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-windows-wheels.yml b/.github/workflows/build-and-test-windows-wheels.yml index 0a8dfc131..cbfa36309 100644 --- a/.github/workflows/build-and-test-windows-wheels.yml +++ b/.github/workflows/build-and-test-windows-wheels.yml @@ -156,7 +156,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - name: Download all dists - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir