diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbdd9464..573ca281 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: run: pnpm install - name: Download web artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: web-dist path: dist @@ -167,7 +167,7 @@ jobs: - name: Download web artifacts if: steps.check.outputs.should_release == 'true' - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: web-dist path: dist @@ -179,7 +179,7 @@ jobs: - name: Download Android APK if: steps.check.outputs.should_release == 'true' - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: android-apk path: android-artifact