diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff17eae..7c03c1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,6 @@ jobs: - run: yarn run test:ci - name: "Upload coverage reports" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true