diff --git a/.github/workflows/nanopyx_night_mechanic.yml b/.github/workflows/nanopyx_night_mechanic.yml index 746f091a..8fc8634f 100644 --- a/.github/workflows/nanopyx_night_mechanic.yml +++ b/.github/workflows/nanopyx_night_mechanic.yml @@ -40,7 +40,7 @@ jobs: env: LOG_LEVEL: ${{ github.event.inputs.logLevel }} - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: coverage.xml # optional flags: pytests # optional @@ -67,7 +67,7 @@ jobs: env: LOG_LEVEL: ${{ github.event.inputs.logLevel }} - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: coverage.xml # optional flags: pytests # optional diff --git a/.github/workflows/nanopyx_oncall_mechanic.yml b/.github/workflows/nanopyx_oncall_mechanic.yml index 2fbe5999..f34932e3 100644 --- a/.github/workflows/nanopyx_oncall_mechanic.yml +++ b/.github/workflows/nanopyx_oncall_mechanic.yml @@ -49,7 +49,7 @@ jobs: env: LOG_LEVEL: ${{ github.event.inputs.logLevel }} - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: coverage.xml # optional flags: pytests # optional