diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 908fb57..611357f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,13 +202,13 @@ jobs: uses: actions/checkout@v4 - name: Download frontend artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: frontend-build path: ./dist - name: Download backend artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: backend-build path: ./build