diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 973b328..23ac243 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: - name: Run tests run: pnpm --filter ${{ matrix.workspace }} test - name: Collect coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: success() with: files: ./packages/${{ matrix.workspace }}/coverage/lcov.info