Skip to content

Commit

Permalink
fix: use artifacts v4 for github
Browse files Browse the repository at this point in the history
  • Loading branch information
borislav-itskov committed Oct 23, 2024
1 parent 1f328b8 commit 733e00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: npx hardhat node & npm run test:coverage

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: reports/coverage/lcov.info

0 comments on commit 733e00b

Please sign in to comment.