ci: update upload-artifact to v3

pull/1189/head^2
Byron Hambly 2 years ago
parent 48f4fdb143
commit cb3aee5e07
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

@ -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

Loading…
Cancel
Save