diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2adb26a3cb..b72c8d9237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Run tests run: tox - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.1 draft: runs-on: ubuntu-latest needs: test