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