diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7dd4b22..f059335c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,13 +57,13 @@ jobs: cargo build -p swap --target ${{ matrix.target }} - name: Upload swap binary - uses: actions/upload-artifact@v2-preview + uses: actions/upload-artifact@v3 with: name: swap-${{ matrix.target }} path: target/${{ matrix.target }}/debug/swap - name: Upload asb binary - uses: actions/upload-artifact@v2-preview + uses: actions/upload-artifact@v3 with: name: asb-${{ matrix.target }} path: target/${{ matrix.target }}/debug/asb