diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea4d94b26..e9fe833dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: run: npm test - name: Upload coverage reports - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/lcov.info