diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dac1cc18..232e9484 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,6 @@ jobs: - name: Tests run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} # required