diff --git a/.github/workflows/test-dev.yml b/.github/workflows/test-dev.yml index 2165311..bd82223 100644 --- a/.github/workflows/test-dev.yml +++ b/.github/workflows/test-dev.yml @@ -223,7 +223,7 @@ jobs: PYMPORT_DEBUG_INIT: 1 - run: npm run gcov - run: npm run lcov - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: fail_ci_if_error: true directory: ${{ github.workspace }}/coverage