diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c446fe..6a8e1d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v4 - name: Download binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: binaries-* path: dist