CI: Return to codecov-action@v3.1.5, but with tokens
[kconfig-hardened-check.git] / .github / workflows / engine_unit-test.yml
index e60b09bafd1c25c66f13bd8aaa3fd7a5a23f68f5..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,7 @@ 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: