diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index be20a83..d42460f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -69,12 +69,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Download sdist artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: sdist path: dist - name: Download wheels artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: wheels-* merge-multiple: true