diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bdd9ab..e64d2be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: Create Test Coverage run: make test-coverage - name: Upload Test Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true