diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 77398a5..d7852ed 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,7 +43,7 @@ jobs: python: [3.8, 3.9, "3.10", "3.11"] steps: - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Set up Python ${{ matrix.python }} @@ -66,7 +66,7 @@ jobs: wordsize: [64] steps: - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Set up Python ${{ matrix.python }} @@ -89,7 +89,7 @@ jobs: python: [3.8, 3.9, "3.10", "3.11"] steps: - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Set up Python @@ -111,7 +111,7 @@ jobs: id-token: write steps: - name: Download all - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Move to dist run: | mkdir dist