diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6df1b9027..731f5dfce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,7 +91,7 @@ jobs: pip install pytest-cov make test_coverage TEST_FLAGS='-race -failfast -count=1 -timeout=20m' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out,./coverage.xml