diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9853401b23..b35002af54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,7 +206,7 @@ jobs: steps: - name: Download i18n results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: results diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index 1b229c416c..b13cdb1e09 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -164,7 +164,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: release-assets merge-multiple: true