diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 366cc217..af100983 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: contents: write steps: - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: dist-* merge-multiple: true