From 6294754314459730a2fdc866d1764daa868496d4 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Sat, 7 Sep 2024 12:30:03 +0200 Subject: [PATCH] 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