diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index c643dcd..ad68278 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v2 - name: Fetch web UI artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ui path: ui/dist @@ -161,7 +161,7 @@ jobs: uses: actions/checkout@v2 - name: Fetch web UI artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ui path: ui\dist