Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 8083b66 commit c17b76c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ jobs:
- name: GUARDIAN-CRYPTO
run: cd packages/guardian-crypto && yarn test:unit:coverage --maxWorkers=2

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
directory: packages/guardian-crypto/.coverage
flags: guardian-crypto

- name: GUARDIAN-TRANSACTIONS
run: cd packages/guardian-transactions && yarn test:unit:coverage --maxWorkers=2

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
directory: packages/guardian-transactions/.coverage
flags: guardian-transactions

- name: GUARDIAN-API
run: cd packages/guardian-api && yarn test:unit:coverage --maxWorkers=2

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
directory: packages/guardian-api/.coverage
flags: guardian-api

0 comments on commit c17b76c

Please sign in to comment.