diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c752ea..7c941e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: run: cargo build -p rendezvous-server --target ${{ matrix.target }} - name: Upload rendezvous-server binary - uses: actions/upload-artifact@v2-preview + uses: actions/upload-artifact@v3.1.2 with: name: rendezvous-server-${{ matrix.target }} path: target/${{ matrix.target }}/debug/rendezvous-server