diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e850d7a..8dc053ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: run: npm run test:ci - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v6 with: file: ./coverage/lcov.info flags: unittests