Skip to content

Commit

Permalink
Merge branch 'main' into fix/transaction-simulation-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz authored Jan 9, 2025
2 parents 5d873c4 + 5a38279 commit 2ffb812
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
shell: bash
run: |
mv ./tests/coverage/coverage-final.json ./tests/coverage/coverage-${{ matrix.shard }}.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.shard }}
path: ./tests/coverage/coverage-${{ matrix.shard }}.json
Expand All @@ -131,7 +131,7 @@ jobs:
node-version-file: '.nvmrc'
cache: yarn
- run: yarn setup
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: tests/coverage/
- name: Gather partial coverage reports into one directory
Expand All @@ -140,7 +140,7 @@ jobs:
mv ./tests/coverage/coverage-*/* ./tests/coverage
- run: yarn test:merge-coverage
- run: yarn test:validate-coverage
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage
path: ./tests/merged-coverage/lcov.info
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: coverage
path: coverage/
Expand Down

0 comments on commit 2ffb812

Please sign in to comment.