diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aecd36e..ee04261 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -250,7 +250,7 @@ jobs: run: mkdir -p release-artifacts - name: Download artifacts id: download_artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: release-artifacts - name: Display release-artifacts structure