diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb20cc9..16249d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,7 +218,7 @@ jobs: cache-dependency-path: './app/yarn.lock' - name: 📦 Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-files path: ./app