diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c10ed62..105d764 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') steps: - name: Download all build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: dist