ci: update upload-artifact to v3

This commit is contained in:
Byron Hambly 2022-10-28 17:22:45 +02:00
parent 48f4fdb143
commit cb3aee5e07
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

View File

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