Have to revert codecov back to v3
authorAlexander Popov <alex.popov@linux.com>
Sat, 9 Mar 2024 23:12:35 +0000 (02:12 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 9 Mar 2024 23:12:35 +0000 (02:12 +0300)
Details about the error:
https://github.com/codecov/codecov-action/issues/1292

.github/workflows/engine_unit-test.yml
.github/workflows/functional_test.yml

index fd34c369d75063ae9ea71f85ea6890280f30a6a4..0d93937c9889421f87545d03ecaffe207b358968 100644 (file)
@@ -38,7 +38,7 @@ jobs:
         coverage xml -i -o coverage_unittest.xml
 
     - name: Handle coverage
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v3
       with:
         files: ./coverage_unittest.xml
         flags: engine_unit-test
index 10338329bd9a5cf4fcba8f3362c25ff2a60b89ca..398f0ccad48e81f66864b4701b66ca309baafff6 100644 (file)
@@ -61,7 +61,7 @@ jobs:
         coverage xml -i -o coverage.xml
 
     - name: Handle coverage
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v3
       with:
         files: ./coverage.xml
         flags: functional_test