diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78c778b..871267d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: needs: [distribution, windows-executable] if: startsWith(github.ref, 'refs/tags/v') steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: artifacts - name: Attach the build outputs to the release