CI: Return to codecov-action@v3.1.5, but with tokens
[kconfig-hardened-check.git] / .github / workflows / engine_unit-test.yml
index fd34c369d75063ae9ea71f85ea6890280f30a6a4..b52a1f513d4e929042b9165e572036bd2fdc6bd4 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       max-parallel: 1
       fail-fast: false
       matrix:
-        python-version: ['3.11']
+        python-version: ['3.12']
 
     steps:
 
@@ -38,7 +38,9 @@ jobs:
         coverage xml -i -o coverage_unittest.xml
 
     - name: Handle coverage
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v3.1.5
+      env:
+        CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
       with:
         files: ./coverage_unittest.xml
         flags: engine_unit-test