diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 5c88bd15..bf21cb61 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -63,12 +63,6 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - - name: Download warp - uses: actions/download-artifact@v3 - with: - name: warp - path: ./ - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@v3 diff --git a/.github/workflows/warp.yml b/.github/workflows/warp.yml index d01c2f24..bce7223f 100644 --- a/.github/workflows/warp.yml +++ b/.github/workflows/warp.yml @@ -66,12 +66,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - - - name: Download warp - uses: actions/download-artifact@v3 - with: - name: warp - path: ./ - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@v3