diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 316cee0..789a82e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: run: yarn test:ci - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/clover.xml