CI: Return to codecov-action@v3.1.5, but with tokens
[kconfig-hardened-check.git] / .github / workflows / functional_test.yml
index 10338329bd9a5cf4fcba8f3362c25ff2a60b89ca..04a7de192daf6ba88869397cc4a04123e25126ba 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       fail-fast: false
       matrix:
         # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python:
-        python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
+        python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
 
     steps:
 
@@ -61,7 +61,9 @@ jobs:
         coverage xml -i -o coverage.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.xml
         flags: functional_test