diff --git a/.github/workflows/build-compiler-release.yml b/.github/workflows/build-compiler-release.yml index 1b6543511..9eedd3588 100644 --- a/.github/workflows/build-compiler-release.yml +++ b/.github/workflows/build-compiler-release.yml @@ -107,7 +107,7 @@ jobs: contents: write steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: merge-multiple: true diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 8c5e3496d..3917bb6a4 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -133,7 +133,7 @@ jobs: contents: write steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 - name: List artifacts run: find . -type f -name "*.dmg" -o -name "*.msi" -o -name "*.exe" -o -name "*.AppImage" -o -name "*.deb"