diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec85244..964dfee 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,6 +38,6 @@ jobs: using Coverage LCOV.writefile("lcov.txt", process_folder()) CODE - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: file: ./lcov.txt \ No newline at end of file