Skip to content

Commit

Permalink
Merge pull request #538 from interlay/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
gregdhill authored Feb 7, 2024
2 parents 2402914 + 68c3f0e commit 52f997d
Showing 1 changed file with 4 additions and 4 deletions.
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@v3
uses: actions/upload-artifact@v4
with:
name: vault-${{ matrix.metadata }}
path: target/release/vault
retention-days: 10
- name: upload artifacts - oracle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oracle-${{ matrix.metadata }}
path: target/release/oracle
retention-days: 10
- name: upload artifacts - faucet
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
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@v3
uses: actions/upload-artifact@v4
with:
name: runner
path: target/release/runner
Expand Down

0 comments on commit 52f997d

Please sign in to comment.