Skip to content

Commit

Permalink
Merge pull request #36 from vechain/update-gha
Browse files Browse the repository at this point in the history
chore: update unit-tests gha upload-artifacts
  • Loading branch information
imagobea authored Feb 5, 2025
2 parents 5fe9e53 + e639cfd commit bc13865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: yarn test:coverage:solidity

- name: Upload Coverage for ${{ matrix.shard }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.shard }}
path: coverage/coverage-final.json
Expand Down

0 comments on commit bc13865

Please sign in to comment.