diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e85b8e2..bb24997 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: - name: Upload Coverage if: matrix.node-version == '20.x' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 continue-on-error: true with: files: ./coverage/lcov.info