diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adb3c19e..7c6d4c2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: pytest --cov=sonarr --cov-report=xml - name: Upload coverage to Codecov if: matrix.python == 3.8 && matrix.os == 'ubuntu' - uses: codecov/codecov-action@v1.0.3 + uses: codecov/codecov-action@v1.0.11 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml