diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 7e9fae267..91e498068 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -183,7 +183,7 @@ jobs: timeout-minutes: 15 steps: - name: Download built SDist - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir @@ -191,7 +191,7 @@ jobs: path: dist - name: Download built wheels - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: wheels-* path: dist