Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@ jobs:
run: |
cargo build --release --workspace --features ${{ matrix.metadata }}
- name: upload artifacts - vault
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: vault-${{ matrix.metadata }}
path: target/release/vault
retention-days: 10
- name: upload artifacts - oracle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: oracle-${{ matrix.metadata }}
path: target/release/oracle
retention-days: 10
- name: upload artifacts - faucet
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: faucet-${{ matrix.metadata }}
path: target/release/faucet
retention-days: 10
- name: upload artifacts - runner
if: matrix.metadata == 'parachain-metadata-kintsugi'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: runner
path: target/release/runner
Expand Down