diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 287b899..aff3c50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: needs: [build-wheel, build-binary] steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1000d6..cc178d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Download wheel artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: python-wheel path: dist/ @@ -47,7 +47,7 @@ jobs: steps: - name: Download wheel artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: python-wheel path: dist/ @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts