diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d82fc9c..f5aa17e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -724,7 +724,7 @@ jobs: - name: Download the distribution the `wheel` job already built if: needs.wheel.result == 'success' && (needs.changes.result != 'success' || needs.changes.outputs.python == 'true' || needs.changes.outputs.frontend == 'true') - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: visionset-dist path: dist