diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1dc338d..a35227e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: - name: Upload Coverage if: matrix.node-version == '20.x' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 continue-on-error: true with: files: ./coverage/coverage-final.json