From 9d68d17196529cf6f83d7552fcef64ad798017a1 Mon Sep 17 00:00:00 2001 From: Marek Wydmuch Date: Sat, 7 Sep 2024 12:29:47 +0200 Subject: [PATCH] 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