diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba42e92..c648c9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: git push origin "${{ needs.prepare-release.outputs.release_version }}" --force - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true