diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43c41cf..371499e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: run: npm run build - name: Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 if: matrix.node-version == 20 continue-on-error: true with: @@ -121,7 +121,7 @@ jobs: run: npm run test:property - name: Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 if: matrix.node-version == 20 continue-on-error: true with: