diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02fb14f..5352ebd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: npm install - run: | npm run all - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: ./coverage/clover.xml test: # make sure the action works on a clean machine without building