diff --git a/.github/workflows/fhem_test.yml b/.github/workflows/fhem_test.yml index 7001c34..a964d05 100644 --- a/.github/workflows/fhem_test.yml +++ b/.github/workflows/fhem_test.yml @@ -45,7 +45,7 @@ jobs: - name: Create clover report # run: cover -report codecov run: cover -report clover - - uses: codecov/codecov-action@v3.1.1 + - uses: codecov/codecov-action@v5.5.3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cover_db/clover.xml