diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index f6ddad8..460c9ed 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v5 - name: Download all artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37640e0..e23b8a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@v5 - name: Download all artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: artifacts