diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 080c5a709..b08106159 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: - id: download name: Download Artifacts if: needs.prepare.outputs.commit_count > 0 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts - id: create_release