diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bd39213..647787f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: contents: write steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: dist-* merge-multiple: true