ci: revert to codecov-action v3

This commit is contained in:
Daniel Roe 2023-09-22 11:22:09 +02:00
parent 53dfec7ffb
commit e66e44803e
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ jobs:
run: yarn test:unit --coverage
- name: codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests