Selaa lähdekoodia

fix codecov CI

blueloveTH 2 vuotta sitten
vanhempi
commit
6f87f38789
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -58,7 +58,7 @@ jobs:
     - name: Unit Test with Coverage
     - name: Unit Test with Coverage
       run: bash run_tests.sh
       run: bash run_tests.sh
     - name: Upload coverage reports to Codecov
     - name: Upload coverage reports to Codecov
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v3
       with:
       with:
         token: ${{ secrets.CODECOV_TOKEN }}
         token: ${{ secrets.CODECOV_TOKEN }}
         directory: .coverage
         directory: .coverage